[vlc-commits] Avcodec: Map YUVA444P10*E

Jean-Baptiste Kempf git at videolan.org
Wed May 20 23:43:28 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 20 23:42:21 2015 +0200| [fb658352fd2df71dd1d41e9bc2f1c621c31af8ca] | committer: Jean-Baptiste Kempf

Avcodec: Map YUVA444P10*E

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

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

diff --git a/modules/codec/avcodec/chroma.c b/modules/codec/avcodec/chroma.c
index c01aa88..99224e2 100644
--- a/modules/codec/avcodec/chroma.c
+++ b/modules/codec/avcodec/chroma.c
@@ -95,6 +95,9 @@ static const struct
     {VLC_CODEC_YUV422A, AV_PIX_FMT_YUVA422P, 0, 0, 0 },
     {VLC_CODEC_YUVA,    AV_PIX_FMT_YUVA444P, 0, 0, 0 },
 
+    {VLC_CODEC_YUVA_444_10L, AV_PIX_FMT_YUVA444P10LE, 0, 0, 0 },
+    {VLC_CODEC_YUVA_444_10B, AV_PIX_FMT_YUVA444P10BE, 0, 0, 0 },
+
     {VLC_CODEC_I444_9L, PIX_FMT_YUV444P9LE, 0, 0, 0 },
     {VLC_CODEC_I444_9B, PIX_FMT_YUV444P9BE, 0, 0, 0 },
     {VLC_CODEC_I444_10L, PIX_FMT_YUV444P10LE, 0, 0, 0 },



More information about the vlc-commits mailing list