forked from FFmpeg/FFmpeg
fix preface version
Originally committed as revision 17421 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
50ced76f4b
commit
6739fa54b8
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ static void mxf_write_preface(AVFormatContext *s)
|
||||||
|
|
||||||
// write version
|
// write version
|
||||||
mxf_write_local_tag(pb, 2, 0x3B05);
|
mxf_write_local_tag(pb, 2, 0x3B05);
|
||||||
put_be16(pb, 1);
|
put_be16(pb, 258); // v1.2
|
||||||
|
|
||||||
// write identification_refs
|
// write identification_refs
|
||||||
mxf_write_local_tag(pb, 16 + 8, 0x3B06);
|
mxf_write_local_tag(pb, 16 + 8, 0x3B06);
|
||||||
|
|
Loading…
Add table
Reference in a new issue