Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Reid <mindmark@gmail.com>2017-12-05 07:46:21 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-12-08 22:02:16 +0300
commitad2641c36bf65d4fc8bfea4c14e282bb0ed5db27 (patch)
tree34082ceacf9d0d210ba33c5fe09dbc19fd22fac8 /libavformat/mxf.h
parenta428f2fcd95906cdfca1eff574369fb32169317e (diff)
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.h1
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,
};