]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/av1dec.h
avcodec: Remove deprecated VBV delay field
[ffmpeg] / libavcodec / av1dec.h
index 7e3b0c729151b5084f42af62181d315a88b44707..248a68750f54f31c86874acb552507f41bc52af4 100644 (file)
@@ -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 */