Commit 93313493 authored by bcoudurier's avatar bcoudurier

dont write id3v2 header when writing .mp2 files

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9924 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 15413273
...@@ -608,7 +608,7 @@ AVOutputFormat mp2_muxer = { ...@@ -608,7 +608,7 @@ AVOutputFormat mp2_muxer = {
0, 0,
CODEC_ID_MP2, CODEC_ID_MP2,
0, 0,
mp3_write_header, NULL,
mp3_write_packet, mp3_write_packet,
mp3_write_trailer, 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