mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
CODEC_ID_MP3LAME is obsolete
Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -567,7 +567,7 @@ static AVOutputFormat nut_oformat = {
|
||||
#ifdef CONFIG_VORBIS
|
||||
CODEC_ID_VORBIS,
|
||||
#elif defined(CONFIG_MP3LAME)
|
||||
CODEC_ID_MP3LAME,
|
||||
CODEC_ID_MP3,
|
||||
#else
|
||||
CODEC_ID_MP2, /* AC3 needs liba52 decoder */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user