mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
video: Fix NV12_64Z32 number of component
This format has 3 components, just like NV12. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/686>
This commit is contained in:
parent
c2610d7f41
commit
8e3c4a5d5a
1 changed files with 1 additions and 1 deletions
|
@ -6540,7 +6540,7 @@ static const VideoFormat formats[] = {
|
|||
MAKE_YUV_FORMAT (NV24, "raw video", GST_MAKE_FOURCC ('N', 'V', '2', '4'),
|
||||
DPTH888, PSTR122, PLANE011, OFFS001, SUB444, PACK_NV24),
|
||||
MAKE_YUV_T_FORMAT (NV12_64Z32, "raw video",
|
||||
GST_MAKE_FOURCC ('T', 'M', '1', '2'), DPTH8880, PSTR122, PLANE011,
|
||||
GST_MAKE_FOURCC ('T', 'M', '1', '2'), DPTH888, PSTR122, PLANE011,
|
||||
OFFS001, SUB420, PACK_NV12_64Z32, TILE_64x32 (ZFLIPZ_2X2)),
|
||||
MAKE_YUVA_FORMAT (A420_10BE, "raw video", 0x00000000, DPTH10_10_10_10,
|
||||
PSTR2222, PLANE0123, OFFS0, SUB4204, PACK_A420_10BE),
|
||||
|
|
Loading…
Reference in a new issue