From a711c1aef72c62ba40c7a0d37f67567e61ba2622 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 25 Jan 2015 09:03:24 +0100 Subject: [PATCH] i420_yuy2: I420 and YV12 are not the same Close #12858 --- modules/video_chroma/i420_yuy2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_chroma/i420_yuy2.c b/modules/video_chroma/i420_yuy2.c index 5457f95725..cd99dd6520 100644 --- a/modules/video_chroma/i420_yuy2.c +++ b/modules/video_chroma/i420_yuy2.c @@ -134,7 +134,7 @@ static int Activate( vlc_object_t *p_this ) switch( p_filter->fmt_in.video.i_chroma ) { - case VLC_CODEC_YV12: +// case VLC_CODEC_YV12: FIXME invert U and V in the filters :) case VLC_CODEC_I420: switch( p_filter->fmt_out.video.i_chroma ) { -- 2.39.2