frontends/va/postproc: default to weave when deinterlacing
Signed-off-by: Thong Thai <thong.thai@amd.com> Tested-by: Marcus Seyfarth <m.seyfarth@gmail.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19915>
This commit is contained in:
@@ -252,6 +252,7 @@ static VAStatus vlVaPostProcBlit(vlVaDriver *drv, vlVaContext *context,
|
||||
}
|
||||
|
||||
if (src->interlaced != dst->interlaced) {
|
||||
deinterlace = deinterlace ? deinterlace : VL_COMPOSITOR_WEAVE;
|
||||
vl_compositor_yuv_deint_full(&drv->cstate, &drv->compositor,
|
||||
src, dst, &src_rect, &dst_rect,
|
||||
deinterlace);
|
||||
|
||||
Reference in New Issue
Block a user