projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2752e
)
st/vdpau: disable RefPicList for Vdpau HEVC
author
Boyuan Zhang
<boyuan.zhang@amd.com>
Fri, 23 Oct 2015 17:44:23 +0000
(13:44 -0400)
committer
Leo 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/state_trackers/vdpau/decode.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/vdpau/decode.c
b/src/gallium/state_trackers/vdpau/decode.c
index 3233799d6503eb89b0eceb331bb54f118b09cf17..f85bce823bb032dd5ad768f1b3fac54e2b448e6a 100644
(file)
--- a/
src/gallium/state_trackers/vdpau/decode.c
+++ b/
src/gallium/state_trackers/vdpau/decode.c
@@
-518,6
+518,7
@@
vlVdpDecoderRenderH265(struct pipe_h265_picture_desc *picture,
memcpy(picture->RefPicSetStCurrBefore, picture_info->RefPicSetStCurrBefore, 8);
memcpy(picture->RefPicSetStCurrAfter, picture_info->RefPicSetStCurrAfter, 8);
memcpy(picture->RefPicSetLtCurr, picture_info->RefPicSetLtCurr, 8);
+ picture->UseRefPicList = false;
return VDP_STATUS_OK;
}