]> git.sesse.net Git - ffmpeg/commit
avformat/mxf: Establish register of local tags
authorTomas Härdin <tjoppen@acc.umu.se>
Wed, 27 Jan 2021 13:08:55 +0000 (14:08 +0100)
committerTomas Härdin <tjoppen@acc.umu.se>
Mon, 1 Feb 2021 22:52:55 +0000 (23:52 +0100)
commitff0618b5c4573765045bab58e4eecf4b1fe4d07e
treeb21d3167e2b1156b30adc7b08e4274dc6bb9c2c4
parent5441699f8392bc3442f32137d8128d98a3b7b812
avformat/mxf: Establish register of local tags

Tags can be marked "not used" upfront, saving some space in the primer.
av_asserts0() is used to enforce that only tags that are in the primer can actually be written.
Sharing of MasteringDisplay ULs is now done via macros.
libavformat/mxf.c
libavformat/mxf.h
libavformat/mxfdec.c
libavformat/mxfenc.c