[vlc-devel] [PATCH] avcodec: map VLC_CODEC_YVYU to AV_PIX_FMT_YVYU422

Steve Lhomme robux4 at videolabs.io
Thu Jul 28 17:13:24 CEST 2016


---
 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 */
-- 
2.8.2



More information about the vlc-devel mailing list