From 9f5aca8feca473e04b17b421d719b8dbb332bbd9 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 1 Feb 2009 21:22:12 +0000 Subject: 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 --- libavformat/mp3.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavformat/mp3.c') diff --git a/libavformat/mp3.c b/libavformat/mp3.c index 8602206bd1..0e9aa3ed09 100644 --- a/libavformat/mp3.c +++ b/libavformat/mp3.c @@ -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, -- cgit v1.2.3