va: libs: Add Y42B format.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 16 Aug 2022 17:50:49 +0000 (19:50 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 17 Aug 2022 18:34:10 +0000 (18:34 +0000)
Enable 4:2:2 JPEG decoding in iHD.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2899>

subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c

index c1f1661..7f8c58a 100644 (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),