frontends/va: Don't ignore rotation and mirror for conversions to RGB

Cc: mesa-stable
Acked-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34140>
This commit is contained in:
David Rosca 2025-03-18 15:52:07 +01:00 committed by Marge Bot
parent 962c33cbca
commit 51292976fe

View file

@ -223,7 +223,6 @@ vlVaPostProcCompositor(vlVaDriver *drv,
}
} else {
/* YUV/RGB -> RGB */
vl_compositor_clear_layers(&drv->cstate);
vl_compositor_set_buffer_layer(&drv->cstate, &drv->compositor, 0, src,
&src_rect, NULL, deinterlace);
vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dst_rect);