summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-11-12 17:06:05 -0300
committerJames Almer <jamrial@gmail.com>2020-11-13 10:38:18 -0300
commit5d4a6bbd4b011b49b60563a1bc390d8d04fe1e17 (patch)
tree53702d68490655dc95298e57368da705cb73b345 /libavcodec/av1dec.h
parentf5517be32a5928b669df57fe91cfa2a2c03f0ba4 (diff)
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.h1
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;