From 5d4a6bbd4b011b49b60563a1bc390d8d04fe1e17 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 12 Nov 2020 17:06:05 -0300 Subject: avcodec/av1dec: remove order_hint from AV1Frame We now have access to the raw frame header, so use that Signed-off-by: James Almer --- libavcodec/av1dec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/av1dec.h') 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; -- cgit v1.2.3