diff options
author | James Almer <jamrial@gmail.com> | 2020-11-12 17:06:05 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-11-13 10:38:18 -0300 |
commit | 5d4a6bbd4b011b49b60563a1bc390d8d04fe1e17 (patch) | |
tree | 53702d68490655dc95298e57368da705cb73b345 /libavcodec/av1dec.h | |
parent | f5517be32a5928b669df57fe91cfa2a2c03f0ba4 (diff) | |
download | ffmpeg-5d4a6bbd4b011b49b60563a1bc390d8d04fe1e17.tar.gz |
avcodec/av1dec: remove order_hint from AV1Frame
We now have access to the raw frame header, so use that
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/av1dec.h')
-rw-r--r-- | libavcodec/av1dec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/av1dec.h b/libavcodec/av1dec.h index 533ca2b30f..4b218f64bb 100644 --- a/libavcodec/av1dec.h +++ b/libavcodec/av1dec.h @@ -45,7 +45,6 @@ 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]; uint8_t coded_lossless; |