summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--libavcodec/avcodec.h1
-rw-r--r--libavcodec/h264.h3
-rw-r--r--libavcodec/h264_parser.c9
-rw-r--r--libavcodec/h264dec.c13
-rw-r--r--libavcodec/hevc.h1
-rw-r--r--libavcodec/hevcdec.c16
6 files changed, 41 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3d88f95..eba7b84 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3637,6 +3637,7 @@ typedef struct AVCodecContext {
*/
int hwaccel_flags;
int has_dolby_vision_meta;
+ int has_dolby_vision_el;
} AVCodecContext;
AVRational av_codec_get_pkt_timebase (const AVCodecContext *avctx);