util: add NV24 and NV42 frame buffer formats
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 5 Jul 2023 13:23:52 +0000 (15:23 +0200)
committerDmitry Baryshkov <dbaryshkov@gmail.com>
Fri, 8 Sep 2023 17:42:38 +0000 (17:42 +0000)
commitcd3b248cdceacad1ad5cdf146ad8c95fbdd66240
tree46d8389b779307a5842d508ad38db81c55d34823
parent8db39ef7bb119a2fa29e6101b941521c29685c7a
util: add NV24 and NV42 frame buffer formats

Add the missing entries for semi-planar YUV formats with
non-subsampled chroma planes.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
v2:
  - Add Reviewed-by.
tests/util/format.c