From 074bdad21f0926ef77493b90ceaf0ba0f91fa2ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 16 Aug 2022 19:50:49 +0200 Subject: [PATCH] va: libs: Add Y42B format. Enable 4:2:2 JPEG decoding in iHD. Part-of: --- subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c index c1f1661..7f8c58a 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c @@ -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), -- 2.7.4