diff options
author | Mark Reid <mindmark@gmail.com> | 2017-12-04 20:46:21 -0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-12-08 20:02:16 +0100 |
commit | ad2641c36bf65d4fc8bfea4c14e282bb0ed5db27 (patch) | |
tree | 34082ceacf9d0d210ba33c5fe09dbc19fd22fac8 /libavformat/mxf.h | |
parent | a428f2fcd95906cdfca1eff574369fb32169317e (diff) | |
download | ffmpeg-ad2641c36bf65d4fc8bfea4c14e282bb0ed5db27.tar.gz |
avformat/mxfenc: use track count to generate component instance uuid
Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r-- | libavformat/mxf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h index f3db1f939b..2d5b44943b 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -45,7 +45,6 @@ enum MXFMetadataSetType { SubDescriptor, IndexTableSegment, EssenceContainerData, - TypeBottom,// add metadata type before this EssenceGroup, TaggedValue, }; |