mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
vl: add RefPicList defines for VAAPI HEVC decode
Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com>
This commit is contained in:
parent
16c49da63a
commit
231605d14d
1 changed files with 2 additions and 0 deletions
|
|
@ -479,6 +479,8 @@ struct pipe_h265_picture_desc
|
|||
uint8_t RefPicSetStCurrBefore[8];
|
||||
uint8_t RefPicSetStCurrAfter[8];
|
||||
uint8_t RefPicSetLtCurr[8];
|
||||
uint8_t RefPicList[2][15];
|
||||
bool UseRefPicList;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue