summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.h
diff options
context:
space:
mode:
authorFei Wang <fei.w.wang@intel.com>2021-10-12 16:23:58 +0800
committerJames Almer <jamrial@gmail.com>2021-10-16 19:00:44 -0300
commitde7475b111679120b3b089fe543224f50882287c (patch)
treedb2ff3f4185084158dbda9c265e30cfbef00ffbe /libavcodec/av1dec.h
parent75de7fe26218cb37fff9d5afa7b5b2b8bee4a9a8 (diff)
avcodec/av1dec: support setup shear process
Defined in spec 7.11.3.6/7.11.3.7. Signed-off-by: Fei Wang <fei.w.wang@intel.com>
Diffstat (limited to 'libavcodec/av1dec.h')
-rw-r--r--libavcodec/av1dec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/av1dec.h b/libavcodec/av1dec.h
index 248a68750f..4e140588b9 100644
--- a/libavcodec/av1dec.h
+++ b/libavcodec/av1dec.h
@@ -42,6 +42,7 @@ typedef struct AV1Frame {
int temporal_id;
int spatial_id;
+ uint8_t gm_invalid[AV1_NUM_REF_FRAMES];
uint8_t gm_type[AV1_NUM_REF_FRAMES];
int32_t gm_params[AV1_NUM_REF_FRAMES][6];