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>2014-10-25 04:31:24 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-10-26 01:15:04 +0400
commit90bf1e3046000def2142e06c9f084b7542256804 (patch)
treed81ac878ba2b88e8a0739667b4fb66d903b2b42b /libavformat/mxf.h
parenta6555f88aaf0730e64240136fb19d8effb3a0738 (diff)
libavformat/mxfdec: read source timecode from pulldown component
Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r--libavformat/mxf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index 036c15ebac..5b95efa697 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -33,6 +33,7 @@ enum MXFMetadataSetType {
SourcePackage,
SourceClip,
TimecodeComponent,
+ PulldownComponent,
Sequence,
MultipleDescriptor,
Descriptor,