diff --git a/gst-libs/gst/video/video-format.c b/gst-libs/gst/video/video-format.c index d12162d27f..c0f04418aa 100644 --- a/gst-libs/gst/video/video-format.c +++ b/gst-libs/gst/video/video-format.c @@ -6301,8 +6301,8 @@ typedef struct #define DPTH16 16, 1, { 0, 0, 0, 0 }, { 16, 0, 0, 0 } #define DPTH16_16_16 16, 3, { 0, 0, 0, 0 }, { 16, 16, 16, 0 } #define DPTH16_16_16_16 16, 4, { 0, 0, 0, 0 }, { 16, 16, 16, 16 } -#define DPTH555 16, 3, { 10, 5, 0, 0 }, { 5, 5, 5, 0 } -#define DPTH565 16, 3, { 11, 5, 0, 0 }, { 5, 6, 5, 0 } +#define DPTH555 5, 3, { 10, 5, 0, 0 }, { 5, 5, 5, 0 } +#define DPTH565 6, 3, { 11, 5, 0, 0 }, { 5, 6, 5, 0 } /* pixel strides */ #define PSTR0 { 0, 0, 0, 0 }