[vlc-commits] chroma: chain: add VLC_CODEC_I420_10B fallback

Thomas Guillem git at videolan.org
Fri Nov 17 10:23:36 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Nov 14 18:45:25 2017 +0100| [c128cc7e056885305921010490c99548ad70e8f4] | committer: Thomas Guillem

chroma: chain: add VLC_CODEC_I420_10B fallback

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

 modules/video_chroma/chain.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/video_chroma/chain.c b/modules/video_chroma/chain.c
index e3a8710346..18bce588e3 100644
--- a/modules/video_chroma/chain.c
+++ b/modules/video_chroma/chain.c
@@ -71,6 +71,7 @@ static const vlc_fourcc_t pi_allowed_chromas[] = {
     VLC_CODEC_I420,
     VLC_CODEC_I422,
     VLC_CODEC_I420_10L,
+    VLC_CODEC_I420_10B,
     VLC_CODEC_I420_16L,
     VLC_CODEC_RGB32,
     VLC_CODEC_RGB24,



More information about the vlc-commits mailing list