va: libs: Add Y42B format.

Enable 4:2:2 JPEG decoding in iHD.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2899>
This commit is contained in:
Víctor Manuel Jáquez Leal 2022-08-16 19:50:49 +02:00 committed by GStreamer Marge Bot
parent 4dd6728ed5
commit 074bdad21f

View file

@ -75,7 +75,7 @@ static struct FormatMap
/* F (????, IMC3), */
/* F (????, 411P), */
/* F (????, 411R), */
/* F (????, 422H), */
G (Y42B, ('4', '2', '2', 'H'), YUV422, LSB, 16),
/* F (????, 422V), */
/* F (????, 444P), */
G (RGBP, ('R', 'G', 'B', 'P'), RGBP, LSB, 8),