[vlc-commits] codec: avcodec: map i422/16 (refs #19684)

Francois Cartegnie git at videolan.org
Mon Feb 26 19:02:37 CET 2018


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Feb 26 19:00:41 2018 +0100| [bd6e2f2cdcfefd1e4b83665349cbc95c6ca3c4fd] | committer: Francois Cartegnie

codec: avcodec: map i422/16 (refs #19684)

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

 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 5f98e876cb..d9b29b87b6 100644
--- a/modules/codec/avcodec/chroma.c
+++ b/modules/codec/avcodec/chroma.c
@@ -100,6 +100,8 @@ static const struct
     {VLC_CODEC_I422_9B, AV_PIX_FMT_YUV422P9BE, 0, 0, 0 },
     {VLC_CODEC_I422_10L, AV_PIX_FMT_YUV422P10LE, 0, 0, 0 },
     {VLC_CODEC_I422_10B, AV_PIX_FMT_YUV422P10BE, 0, 0, 0 },
+    {VLC_CODEC_I422_16L, AV_PIX_FMT_YUV422P16LE, 0, 0, 0 },
+    {VLC_CODEC_I422_16B, AV_PIX_FMT_YUV422P16BE, 0, 0, 0 },
 #if (LIBAVUTIL_VERSION_MICRO >= 100 && LIBAVUTIL_VERSION_INT >= AV_VERSION_INT( 54, 17, 100 ) )
     {VLC_CODEC_I422_12L, AV_PIX_FMT_YUV422P12LE, 0, 0, 0 },
     {VLC_CODEC_I422_12B, AV_PIX_FMT_YUV422P12BE, 0, 0, 0 },



More information about the vlc-commits mailing list