From 5f9632e491d142b1eb5b2041749c7324ec8ffd78 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 15 Nov 2020 18:55:41 -0300 Subject: avcodec/av1dec: add an option to select an operating point Signed-off-by: James Almer --- libavcodec/av1dec.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/av1dec.h') diff --git a/libavcodec/av1dec.h b/libavcodec/av1dec.h index 7e3b0c7291..248a68750f 100644 --- a/libavcodec/av1dec.h +++ b/libavcodec/av1dec.h @@ -76,9 +76,13 @@ typedef struct AV1DecContext { uint16_t tg_start; uint16_t tg_end; + int operating_point_idc; + AV1Frame ref[AV1_NUM_REF_FRAMES]; AV1Frame cur_frame; + // AVOptions + int operating_point; } AV1DecContext; #endif /* AVCODEC_AV1DEC_H */ -- cgit v1.2.3