summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_av1.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-08-24 12:37:23 -0300
committerJames Almer <jamrial@gmail.com>2020-08-25 14:49:33 -0300
commite3ed0ce32aaee0487533b10c18f81ab05fd31fa8 (patch)
tree3f5282dd6b048661c0c4d722364d3ada1f68c9c7 /libavcodec/cbs_av1.h
parent09e260f69aec891860419d8bd9c0d0cbab9f2d40 (diff)
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 <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/cbs_av1.h')
-rw-r--r--libavcodec/cbs_av1.h1
1 files changed, 1 insertions, 0 deletions
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;