]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/av1dec.h
avcodec/qdm2: Make tables used to initialize VLCs smaller
[ffmpeg] / libavcodec / av1dec.h
index 4b218f64bb058f1051fddd5dfa0f89c06e28b4fd..7e3b0c729151b5084f42af62181d315a88b44707 100644 (file)
@@ -47,6 +47,8 @@ typedef struct AV1Frame {
 
     uint8_t skip_mode_frame_idx[2];
 
+    AV1RawFilmGrainParams film_grain;
+
     uint8_t coded_lossless;
 } AV1Frame;