summaryrefslogtreecommitdiff
path: root/libavformat/mxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r--libavformat/mxf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index 8d3c0b9c55..f39a013f7b 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -46,6 +46,14 @@ enum MXFMetadataSetType {
TypeBottom,// add metadata type before this
};
+enum MXFFrameLayout {
+ FullFrame = 0,
+ MixedFields,
+ OneField,
+ SegmentedFrame,
+ SeparateFields
+};
+
typedef struct {
UID key;
int64_t offset;