diff options
author | Boyuan Zhang <[email protected]> | 2015-10-23 12:12:19 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2015-10-27 19:09:55 -0400 |
commit | 231605d14d3ca75ce99ea01d75868a2f2862504d (patch) | |
tree | 5213b2025e580e6c2c90da19f525d5e8f3538b4e /src/gallium/include/pipe | |
parent | 16c49da63a72aa4b1dce5c90397ee4af2f6a8f9d (diff) |
vl: add RefPicList defines for VAAPI HEVC decode
Signed-off-by: Boyuan Zhang <[email protected]>
Reviewed-by: Christian König <[email protected]>
Reviewed-by: Leo Liu <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r-- | src/gallium/include/pipe/p_video_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index 7d13151e643..d353be60759 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -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 |