Commit b87d74fd authored by conrad's avatar conrad

SimpleBlocks are Matroska v2


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10307 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2ffbcfe1
......@@ -123,8 +123,8 @@ static int mkv_write_header(AVFormatContext *s)
put_ebml_uint (pb, EBML_ID_EBMLMAXIDLENGTH , 4);
put_ebml_uint (pb, EBML_ID_EBMLMAXSIZELENGTH , 8);
put_ebml_string (pb, EBML_ID_DOCTYPE , "matroska");
put_ebml_uint (pb, EBML_ID_DOCTYPEVERSION , 1);
put_ebml_uint (pb, EBML_ID_DOCTYPEREADVERSION , 1);
put_ebml_uint (pb, EBML_ID_DOCTYPEVERSION , 2);
put_ebml_uint (pb, EBML_ID_DOCTYPEREADVERSION , 2);
end_ebml_master(pb, ebml_header);
mkv->segment = start_ebml_master(pb, MATROSKA_ID_SEGMENT);
......
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