[vlc-commits] Avutil: Map 4:4:4 16bit chroma
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Tue Feb 18 11:57:36 CET 2014
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 18 11:49:10 2014 +0100| [f95c3a0b31e7eaaa27a0001f6fa980899eec7968] | committer: Jean-Baptiste Kempf
Avutil: Map 4:4:4 16bit chroma
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f95c3a0b31e7eaaa27a0001f6fa980899eec7968
---
 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 4cc98ee..fce7317 100644
--- a/modules/codec/avcodec/chroma.c
+++ b/modules/codec/avcodec/chroma.c
@@ -102,6 +102,8 @@ static const struct
     {VLC_CODEC_I444_9B, PIX_FMT_YUV444P9BE, 0, 0, 0 },
     {VLC_CODEC_I444_10L, PIX_FMT_YUV444P10LE, 0, 0, 0 },
     {VLC_CODEC_I444_10B, PIX_FMT_YUV444P10BE, 0, 0, 0 },
+    {VLC_CODEC_I444_16L, PIX_FMT_YUV444P16LE, 0, 0, 0 },
+    {VLC_CODEC_I444_16B, PIX_FMT_YUV444P16BE, 0, 0, 0 },
 
     /* Packed YUV formats */
     {VLC_CODEC_YUYV, PIX_FMT_YUYV422, 0, 0, 0 },
    
    
More information about the vlc-commits
mailing list