From: Leo Liu Date: Wed, 23 Aug 2017 17:18:21 +0000 (-0400) Subject: st/va: exclude the buffer reallocation for encode case X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ff97f2644d7438a9fdc75a2a9bc850c7ce96783;p=mesa.git st/va: exclude the buffer reallocation for encode case Since encoder only support de-interlaced buffers. v2: move to parameter call to tell dec/enc Signed-off-by: Leo Liu Reviewed-by: Christian König --- diff --git a/src/gallium/state_trackers/va/picture.c b/src/gallium/state_trackers/va/picture.c index b2be7af8c46..47e63d3b30c 100644 --- a/src/gallium/state_trackers/va/picture.c +++ b/src/gallium/state_trackers/va/picture.c @@ -622,7 +622,7 @@ vlVaEndPicture(VADriverContextP ctx, VAContextID context_id) screen = context->decoder->context->screen; interlaced = screen->get_video_param(screen, context->decoder->profile, - PIPE_VIDEO_ENTRYPOINT_BITSTREAM, + context->decoder->entrypoint, PIPE_VIDEO_CAP_SUPPORTS_INTERLACED); if (surf->buffer->interlaced != interlaced) {