summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--libavcodec/avcodec.h4
-rw-r--r--libavcodec/h264.h1
-rw-r--r--libavcodec/h264_parser.c7
-rw-r--r--libavcodec/h264dec.h1
-rw-r--r--libavcodec/hevc.h1
-rw-r--r--libavcodec/hevc_parser.c8
-rw-r--r--libavformat/isom.c2
-rw-r--r--libavformat/mpegts.c2
8 files changed, 26 insertions, 0 deletions
diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h
index e994f7e..492b4eb 100644
--- a/libavcodec/h264dec.h
+++ b/libavcodec/h264dec.h
@@ -543,6 +543,7 @@ typedef struct H264Context {
AVBufferPool *motion_val_pool;
AVBufferPool *ref_index_pool;
int ref2frm[MAX_SLICES][2][64]; ///< reference to frame number lists, used in the loop filter, the first 2 are for -2,-1
+ int has_dolby_vision_meta;
} H264Context;
extern const uint16_t ff_h264_mb_sizes[4];