mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
va: Add RGBP format definition.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1575>
This commit is contained in:
parent
5b28509564
commit
ffd94a98be
1 changed files with 1 additions and 1 deletions
|
@ -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), */
|
||||
|
|
Loading…
Reference in a new issue