[vlc-commits] avcodec: map VLC_CODEC_YVYU to AV_PIX_FMT_YVYU422

Steve Lhomme git at videolan.org
Fri Jul 29 00:35:47 CEST 2016


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Jul 28 17:13:24 2016 +0200| [938f50d4f618617f1b2433527350ed6113cc2321] | committer: Jean-Baptiste Kempf

avcodec: map VLC_CODEC_YVYU to AV_PIX_FMT_YVYU422

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

 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 eb68d1a..e700eb1 100644
--- a/modules/codec/avcodec/chroma.c
+++ b/modules/codec/avcodec/chroma.c
@@ -125,6 +125,7 @@ static const struct
     {VLC_CODEC_YUYV, AV_PIX_FMT_YUYV422, 0, 0, 0 },
     {VLC_FOURCC('Y','U','Y','V'), AV_PIX_FMT_YUYV422, 0, 0, 0 },
     {VLC_CODEC_UYVY, AV_PIX_FMT_UYVY422, 0, 0, 0 },
+    {VLC_CODEC_YVYU, AV_PIX_FMT_YVYU422, 0, 0, 0 },
     {VLC_FOURCC('Y','4','1','1'), AV_PIX_FMT_UYYVYY411, 0, 0, 0 },
 
     /* Packed RGB formats */



More information about the vlc-commits mailing list