# HG changeset patch # User aurel # Date 1233523332 0 # Node ID faf0db68fcdafd255a8b118ef270e906256b1bfe # Parent 0d776969b70800de08a7e465c83fbb3f6d7d9d93 don't support the mp3 extension in the mp2 muxer especially not under any conditionnal diff -r 0d776969b708 -r faf0db68fcda mp3.c --- a/mp3.c Sun Feb 01 13:37:45 2009 +0000 +++ b/mp3.c Sun Feb 01 21:22:12 2009 +0000 @@ -652,11 +652,7 @@ "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,