From ffd94a98be9f531579b652fa2cdb0ed07aeb82b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Fri, 24 Jun 2022 19:54:51 +0200 Subject: [PATCH] va: Add RGBP format definition. 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 94235020b1..b83e4885f3 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c @@ -78,7 +78,7 @@ static struct FormatMap /* F (????, 422H), */ /* F (????, 422V), */ /* F (????, 444P), */ - /* F (????, RGBP), */ + G (RGBP, ('R', 'G', 'B', 'P'), RGBP, LSB, 8), /* F (????, BGRP), */ /* F (????, RGB565), */ /* F (????, BGR565), */