mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
video-format: fix A422 subsampling description
This commit is contained in:
parent
0d333d8d44
commit
dd5fa311a1
1 changed files with 1 additions and 1 deletions
|
@ -3301,7 +3301,7 @@ typedef struct
|
|||
#define SUB444 { 0, 0, 0, 0 }, { 0, 0, 0, 0 }
|
||||
#define SUB4444 { 0, 0, 0, 0 }, { 0, 0, 0, 0 }
|
||||
#define SUB4204 { 0, 1, 1, 0 }, { 0, 1, 1, 0 }
|
||||
#define SUB4224 { 0, 1, 1, 0 }, { 0, 1, 1, 0 }
|
||||
#define SUB4224 { 0, 1, 1, 0 }, { 0, 0, 0, 0 }
|
||||
|
||||
/* tile_mode, tile_width, tile_height */
|
||||
#define TILE_64x32(mode) GST_VIDEO_TILE_MODE_ ##mode, 6, 5
|
||||
|
|
Loading…
Reference in a new issue