[vlc-devel] [PATCH] fourcc: add missing P016 description
quentin.chateau at deepskycorp.com
quentin.chateau at deepskycorp.com
Fri Apr 3 19:39:07 CEST 2020
From: Quentin Chateau <quentin.chateau at deepskycorp.com>
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index d4646e2e0d..40aecdc1a7 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -782,6 +782,7 @@ static const struct
{ { VLC_CODEC_YUVA_444_10L,
VLC_CODEC_YUVA_444_10B }, PLANAR_16(4, 1, 1, 10) },
{ { VLC_CODEC_P010 }, SEMIPLANAR(2, 2, 2, 10) },
+ { { VLC_CODEC_P016 }, SEMIPLANAR(2, 2, 2, 16) },
{ { VLC_CODEC_YUYV, VLC_CODEC_YVYU,
VLC_CODEC_UYVY, VLC_CODEC_VYUY }, PACKED_FMT(2, 16) },
--
2.17.1
More information about the vlc-devel
mailing list