Mesa (master): st/vdpau: disable RefPicList for Vdpau HEVC

Leo Liu leoliu at kemper.freedesktop.org
Tue Oct 27 23:15:48 UTC 2015


Module: Mesa
Branch: master
Commit: 03c92ffbf636ef9333f4575602e4de471ec7cdba
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=03c92ffbf636ef9333f4575602e4de471ec7cdba

Author: Boyuan Zhang <boyuan.zhang at amd.com>
Date:   Fri Oct 23 13:44:23 2015 -0400

st/vdpau: disable RefPicList for Vdpau HEVC

Signed-off-by: Boyuan Zhang <boyuan.zhang at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com>
Reviewed-by: Leo Liu <leo.liu at amd.com>

---

 src/gallium/state_trackers/vdpau/decode.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/state_trackers/vdpau/decode.c b/src/gallium/state_trackers/vdpau/decode.c
index 3233799..f85bce8 100644
--- 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;
 }




More information about the mesa-commit mailing list