Commit c6377f61 authored by Baptiste Coudurier's avatar Baptiste Coudurier

do not write id3v2 header when writing .mp2 files

Originally committed as revision 9924 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7a97dd84
......@@ -608,7 +608,7 @@ AVOutputFormat mp2_muxer = {
0,
CODEC_ID_MP2,
0,
mp3_write_header,
NULL,
mp3_write_packet,
mp3_write_trailer,
};
......
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