mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
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:
parent
f0602dc920
commit
5ff97f2644
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue