mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
96b7e52b57
commit
fc5973429f
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue