[vlc-commits] avcodec: map YUVA 4:4:4

Jean-Baptiste Kempf git at videolan.org
Sat Oct 25 20:56:54 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 25 20:55:39 2014 +0200| [c9b8c8b964148bf1e508b04801bea80ee69b772e] | committer: Jean-Baptiste Kempf

avcodec: map YUVA 4:4:4

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

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

diff --git a/modules/codec/avcodec/chroma.c b/modules/codec/avcodec/chroma.c
index 9105e65..c01aa88 100644
--- a/modules/codec/avcodec/chroma.c
+++ b/modules/codec/avcodec/chroma.c
@@ -93,6 +93,7 @@ static const struct
 
     {VLC_CODEC_YUV420A, PIX_FMT_YUVA420P, 0, 0, 0 },
     {VLC_CODEC_YUV422A, AV_PIX_FMT_YUVA422P, 0, 0, 0 },
+    {VLC_CODEC_YUVA,    AV_PIX_FMT_YUVA444P, 0, 0, 0 },
 
     {VLC_CODEC_I444_9L, PIX_FMT_YUV444P9LE, 0, 0, 0 },
     {VLC_CODEC_I444_9B, PIX_FMT_YUV444P9BE, 0, 0, 0 },



More information about the vlc-commits mailing list