[vlc-devel] [PATCH 4/4] libplacebo: add P016 mapping
Steve Lhomme
robux4 at ycbcr.xyz
Tue Sep 10 11:26:20 CEST 2019
---
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 8dcb1e5f215..18de9477943 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)} },
--
2.17.1
More information about the vlc-devel
mailing list