changeset 4333:faf0db68fcda libavformat

don't support the mp3 extension in the mp2 muxer especially not under any conditionnal
author aurel
date Sun, 01 Feb 2009 21:22:12 +0000
parents 0d776969b708
children 376664156fe2
files mp3.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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,