summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-05-08 21:24:15 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2018-05-08 23:02:58 +0200
commit3ba1bbb4f992b96138f952c6b6b9a9e4698663f7 (patch)
tree601cd9be21f8a9ce545252f4649aa5433a1432c5 /libavformat
parent5c705134183d52e1c7224b459198ba4897bc3e13 (diff)
avformat/mxfenc: Bump minor versions for S377-1-2009
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mxfenc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index c0db10b3c2..fcaa330902 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.c
@@ -691,7 +691,7 @@ static void mxf_write_preface(AVFormatContext *s)
// write version
mxf_write_local_tag(pb, 2, 0x3B05);
- avio_wb16(pb, 258); // v1.2
+ avio_wb16(pb, 259); // v1.3
// write identification_refs
mxf_write_local_tag(pb, 16 + 8, 0x3B06);
@@ -1710,7 +1710,7 @@ static int mxf_write_partition(AVFormatContext *s, int bodysid,
// write partition value
avio_wb16(pb, 1); // majorVersion
- avio_wb16(pb, 2); // minorVersion
+ avio_wb16(pb, 3); // minorVersion
avio_wb32(pb, KAG_SIZE); // KAGSize
avio_wb64(pb, partition_offset); // ThisPartition