mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02: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>
(cherry picked from commit 51292976fe)
This commit is contained in:
parent
b6f9ccf0e8
commit
e790a1caa0
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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