[vlc-commits] Avutil: map YUV 4:4:4 12bits

Jean-Baptiste Kempf git at videolan.org
Wed Jul 6 23:22:35 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul  6 23:14:33 2016 +0200| [fbae7333667b626159ccc610b58b15939e95c8f5] | committer: Jean-Baptiste Kempf

Avutil: map YUV 4:4:4 12bits

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

 modules/codec/avcodec/chroma.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/codec/avcodec/chroma.c b/modules/codec/avcodec/chroma.c
index e26334c..306323b 100644
--- a/modules/codec/avcodec/chroma.c
+++ b/modules/codec/avcodec/chroma.c
@@ -105,6 +105,8 @@ static const struct
     {VLC_CODEC_I444_9B, AV_PIX_FMT_YUV444P9BE, 0, 0, 0 },
     {VLC_CODEC_I444_10L, AV_PIX_FMT_YUV444P10LE, 0, 0, 0 },
     {VLC_CODEC_I444_10B, AV_PIX_FMT_YUV444P10BE, 0, 0, 0 },
+    {VLC_CODEC_I444_12L, AV_PIX_FMT_YUV444P12LE, 0, 0, 0 },
+    {VLC_CODEC_I444_12B, AV_PIX_FMT_YUV444P12BE, 0, 0, 0 },
     {VLC_CODEC_I444_16L, AV_PIX_FMT_YUV444P16LE, 0, 0, 0 },
     {VLC_CODEC_I444_16B, AV_PIX_FMT_YUV444P16BE, 0, 0, 0 },
 



More information about the vlc-commits mailing list