[vlc-commits] libplacebo: add P016 mapping

Steve Lhomme git at videolan.org
Thu Sep 12 14:24:47 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Sep 10 10:29:12 2019 +0200| [33be8b93d2f4033f865061f0cafe65f2ac011a36] | committer: Steve Lhomme

libplacebo: add P016 mapping

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

 modules/video_output/placebo_utils.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/video_output/placebo_utils.c b/modules/video_output/placebo_utils.c
index 8dcb1e5f21..18de947794 100644
--- a/modules/video_output/placebo_utils.c
+++ b/modules/video_output/placebo_utils.c
@@ -185,6 +185,7 @@ static const struct { vlc_fourcc_t fcc; struct fmt_desc desc; } formats[] = {
     { VLC_CODEC_NV12,           {SEMIPLANAR(2,  8, _420)} },
     { VLC_CODEC_NV21,           {SEMIPLANAR(2,  8, _420)} },
     { VLC_CODEC_P010,           {SEMIPLANAR(2, 16, _420)} },
+    { VLC_CODEC_P016,           {SEMIPLANAR(2, 16, _420)} },
     { VLC_CODEC_NV16,           {SEMIPLANAR(2,  8, _422)} },
     { VLC_CODEC_NV61,           {SEMIPLANAR(2,  8, _422)} },
     { VLC_CODEC_NV24,           {SEMIPLANAR(2,  8, _444)} },



More information about the vlc-commits mailing list