mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
ac/vcn_dec: Add av1_intrabc_workaround
Cc: mesa-stable Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36725>
This commit is contained in:
parent
021a3f768b
commit
231d877cc8
1 changed files with 1 additions and 0 deletions
|
|
@ -1086,6 +1086,7 @@ typedef struct rvcn_dec_message_av1_s {
|
|||
rvcn_dec_warped_motion_params_t global_motion[8];
|
||||
rvcn_dec_av1_tile_info_t tile_info[256];
|
||||
unsigned char reserved[3];
|
||||
unsigned int av1_intrabc_workaround;
|
||||
} rvcn_dec_message_av1_t;
|
||||
|
||||
typedef struct rvcn_dec_feature_index_s {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue