Browse Source

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
tags/v0.5
Aurelien Jacobs 17 years ago
parent
commit
9f5aca8fec
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavformat/mp3.c

+ 0
- 4
libavformat/mp3.c View 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,


Loading…
Cancel
Save