do not write id3v2 header when writing .mp2 files

Originally committed as revision 9924 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2007-08-05 00:47:57 +00:00
parent 7a97dd84e3
commit c6377f6143
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ AVOutputFormat mp2_muxer = {
0,
CODEC_ID_MP2,
0,
mp3_write_header,
NULL,
mp3_write_packet,
mp3_write_trailer,
};