amd/vpelib: Update comment and fix some code alignment issues.

Update comment and fix some code alignment issues.

Reviewed-by: Tomson Chang <Tomson.Chang@amd.com>
Reviewed-by: Evan Damphousse <Evan.Damphousse@amd.com>
Acked-by: ChuanYu Tseng <ChuanYu.Tseng@amd.com>
Signed-off-by: Krunoslav Kovac <Krunoslav.Kovac@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35012>
This commit is contained in:
Kovac, Krunoslav 2025-03-10 15:44:02 -04:00 committed by ChuanYu Tseng (Max)
parent 96b7e52b57
commit fc5973429f

View file

@ -175,7 +175,7 @@ static struct vpe_caps caps = {
.p010 = 1, /**< planar 4:2:0 10-bit */
.p016 = 0, /**< planar 4:2:0 16-bit */
.ayuv = 0, /**< packed 4:4:4 */
.yuy2 = 0
.yuy2 = 0, /**< packed 4:2:2 */
},
.output_pixel_format_support =
{
@ -185,7 +185,7 @@ static struct vpe_caps caps = {
.p010 = 0, /**< planar 4:2:0 10-bit */
.p016 = 0, /**< planar 4:2:0 16-bit */
.ayuv = 0, /**< packed 4:4:4 */
.yuy2 = 0
.yuy2 = 0, /**< packed 4:2:2 */
},
.max_upscale_factor = 64000,