]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/av1dec.h
avcodec/qdmc: Make tables used to initialize VLCs smaller
[ffmpeg] / libavcodec / av1dec.h
index 533ca2b30f8a44cb0f3e66e02cd6307c68624b0c..7e3b0c729151b5084f42af62181d315a88b44707 100644 (file)
@@ -45,9 +45,10 @@ typedef struct AV1Frame {
     uint8_t gm_type[AV1_NUM_REF_FRAMES];
     int32_t gm_params[AV1_NUM_REF_FRAMES][6];
 
-    uint8_t order_hint;
     uint8_t skip_mode_frame_idx[2];
 
+    AV1RawFilmGrainParams film_grain;
+
     uint8_t coded_lossless;
 } AV1Frame;