Commit 28a251a5 authored by aurel's avatar aurel

don't support the mp3 extension in the mp2 muxer

especially not under any conditionnal


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16922 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d072ea2c
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment