From e3ed0ce32aaee0487533b10c18f81ab05fd31fa8 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 24 Aug 2020 12:37:23 -0300 Subject: avcodec/cbs_av1: add OrderHint to CodedBitstreamAV1Context This follows the spec and will come in handy in a following commit. Signed-off-by: James Almer --- libavcodec/cbs_av1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/cbs_av1.h') diff --git a/libavcodec/cbs_av1.h b/libavcodec/cbs_av1.h index 704a231209..913a6e5dea 100644 --- a/libavcodec/cbs_av1.h +++ b/libavcodec/cbs_av1.h @@ -429,6 +429,7 @@ typedef struct CodedBitstreamAV1Context { int operating_point_idc; int bit_depth; + int order_hint; int frame_width; int frame_height; int upscaled_width; -- cgit v1.2.3