vl: add RefPicList defines for VAAPI HEVC decode
authorBoyuan Zhang <boyuan.zhang@amd.com>
Fri, 23 Oct 2015 16:12:19 +0000 (12:12 -0400)
committerLeo Liu <leo.liu@amd.com>
Tue, 27 Oct 2015 23:09:55 +0000 (19:09 -0400)
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>
src/gallium/include/pipe/p_video_state.h

index 7d13151..d353be6 100644 (file)
@@ -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