0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/libmpcodecs/ae_lame.h
rathann 86d34d94b5 10l to Nico for this copy&paste bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15954 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-10 14:05:29 +00:00

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