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>
(cherry picked from commit 51292976fe)
This commit is contained in:
David Rosca 2025-03-18 15:52:07 +01:00 committed by Eric Engestrom
parent b6f9ccf0e8
commit e790a1caa0
2 changed files with 1 additions and 2 deletions

View file

@ -1494,7 +1494,7 @@
"description": "frontends/va: Don't ignore rotation and mirror for conversions to RGB",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

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);