mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-03-02 09:06:06 +00:00
SimpleBlocks are Matroska v2
Originally committed as revision 10307 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
98186e416d
commit
90c02d93ff
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user