Remove useless debug write

Originally committed as revision 10300 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
David Conrad 2007-09-05 00:22:48 +00:00
parent 9b6b0c7926
commit f8e65a3271

View File

@ -147,7 +147,6 @@ static int mkv_write_header(AVFormatContext *s)
}
end_ebml_master(pb, tracks);
put_be64(pb, 0xdeadbeef);
return 0;
}