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:
Aurelien Jacobs 2009-02-01 21:22:12 +00:00
parent 55b557ece1
commit 9f5aca8fec
1 changed files with 0 additions and 4 deletions

View File

@ -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,