mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
don't support the mp3 extension in the mp2 muxer
especially not under any conditionnal Originally committed as revision 16922 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
55b557ece1
commit
9f5aca8fec
@ -652,11 +652,7 @@ AVOutputFormat mp2_muxer = {
|
||||
"mp2",
|
||||
NULL_IF_CONFIG_SMALL("MPEG audio layer 2"),
|
||||
"audio/x-mpeg",
|
||||
#if CONFIG_LIBMP3LAME
|
||||
"mp2,m2a",
|
||||
#else
|
||||
"mp2,mp3,m2a",
|
||||
#endif
|
||||
0,
|
||||
CODEC_ID_MP2,
|
||||
CODEC_ID_NONE,
|
||||
|
Loading…
Reference in New Issue
Block a user