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 <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user