From f69154b2c40c911797f7c5ad3188996d2be5cdb4 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Fri, 28 Feb 2020 01:21:04 +0100 Subject: avformat/mxfenc: move content package rates and timebase combinations to a separate struct Signed-off-by: Marton Balint --- libavformat/mxf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/mxf.h') 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; -- cgit v1.2.3