mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
86d34d94b5
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15954 b3059339-0415-0410-9bf9-f77b7e298cf2
9 lines
120 B
C
9 lines
120 B
C
#ifndef __AE_MP3LAME_H_
|
|
#define __AE_MP3LAME_H_
|
|
|
|
#include "ae.h"
|
|
|
|
int mpae_init_lame(audio_encoder_t *encoder);
|
|
|
|
#endif
|