Commit 14f210b8 authored by conrad's avatar conrad

Remove useless debug write


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10300 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8aa791f0
...@@ -147,7 +147,6 @@ static int mkv_write_header(AVFormatContext *s) ...@@ -147,7 +147,6 @@ static int mkv_write_header(AVFormatContext *s)
} }
end_ebml_master(pb, tracks); end_ebml_master(pb, tracks);
put_be64(pb, 0xdeadbeef);
return 0; return 0;
} }
......
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