X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fav1dec.h;h=7e3b0c729151b5084f42af62181d315a88b44707;hb=fb0ae037d024e96093ccbf8cb366dd1fbbdf9644;hp=533ca2b30f8a44cb0f3e66e02cd6307c68624b0c;hpb=f5517be32a5928b669df57fe91cfa2a2c03f0ba4;p=ffmpeg diff --git a/libavcodec/av1dec.h b/libavcodec/av1dec.h index 533ca2b30f8..7e3b0c72915 100644 --- a/libavcodec/av1dec.h +++ b/libavcodec/av1dec.h @@ -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;