Commit ad0c86c6 authored by bcoudurier's avatar bcoudurier

fix preface version

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17421 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 672ad6f5
......@@ -452,7 +452,7 @@ static void mxf_write_preface(AVFormatContext *s)
// write version
mxf_write_local_tag(pb, 2, 0x3B05);
put_be16(pb, 1);
put_be16(pb, 258); // v1.2
// write identification_refs
mxf_write_local_tag(pb, 16 + 8, 0x3B06);
......
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