vlc | branch: master | Jean-Baptiste Kempf <j...@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 },

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to