mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
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:
parent
962c33cbca
commit
51292976fe
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue