summaryrefslogtreecommitdiff
path: root/libavformat/mxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r--libavformat/mxf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index 2669269830..f2fff2781e 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -59,6 +59,11 @@ enum MXFFrameLayout {
SegmentedFrame,
};
+typedef struct MXFContentPackageRate {
+ int rate;
+ AVRational tb;
+} MXFContentPackageRate;
+
typedef struct KLVPacket {
UID key;
int64_t offset;