mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
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:
parent
4dd6728ed5
commit
074bdad21f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue