]> git.sesse.net Git - ffmpeg/commitdiff
don't support the mp3 extension in the mp2 muxer
authorAurelien Jacobs <aurel@gnuage.org>
Sun, 1 Feb 2009 21:22:12 +0000 (21:22 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Sun, 1 Feb 2009 21:22:12 +0000 (21:22 +0000)
especially not under any conditionnal

Originally committed as revision 16922 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mp3.c

index 8602206bd1f928d4ad9d56f06f0c1f589e5cdc80..0e9aa3ed09b609312d576e07ef7e1c10a8b278f6 100644 (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,