[vlc-commits] fourcc: add missing P016 description

Quentin Chateau git at videolan.org
Fri Apr 3 22:03:14 CEST 2020


vlc | branch: master | Quentin Chateau <quentin.chateau at deepskycorp.com> | Fri Apr  3 19:39:07 2020 +0200| [a5d40416d0f843f9c533aab9be677c9372bb2d57] | committer: Tristan Matthews

fourcc: add missing P016 description

Signed-off-by: Tristan Matthews <tmatth at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5d40416d0f843f9c533aab9be677c9372bb2d57
---

 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) },



More information about the vlc-commits mailing list