summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_av1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cbs_av1.h')
-rw-r--r--libavcodec/cbs_av1.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/cbs_av1.h b/libavcodec/cbs_av1.h
index 799470015c..1fc80dcfa0 100644
--- a/libavcodec/cbs_av1.h
+++ b/libavcodec/cbs_av1.h
@@ -425,6 +425,8 @@ typedef struct AV1ReferenceFrameState {
} AV1ReferenceFrameState;
typedef struct CodedBitstreamAV1Context {
+ const AVClass *class;
+
AV1RawSequenceHeader *sequence_header;
AVBufferRef *sequence_header_ref;
@@ -453,6 +455,9 @@ typedef struct CodedBitstreamAV1Context {
int tile_num;
AV1ReferenceFrameState ref[AV1_NUM_REF_FRAMES];
+
+ // AVOptions
+ int operating_point;
} CodedBitstreamAV1Context;