[FFmpeg-cvslog] r16922 - trunk/libavformat/mp3.c

aurel subversion
Sun Feb 1 22:22:12 CET 2009


Author: aurel
Date: Sun Feb  1 22:22:12 2009
New Revision: 16922

Log:
don't support the mp3 extension in the mp2 muxer
especially not under any conditionnal

Modified:
   trunk/libavformat/mp3.c

Modified: trunk/libavformat/mp3.c
==============================================================================
--- trunk/libavformat/mp3.c	Sun Feb  1 17:14:54 2009	(r16921)
+++ trunk/libavformat/mp3.c	Sun Feb  1 22:22:12 2009	(r16922)
@@ -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,




More information about the ffmpeg-cvslog mailing list