From: Jean-Baptiste Kempf Date: Sun, 25 Jan 2015 08:03:24 +0000 (+0100) Subject: i420_yuy2: I420 and YV12 are not the same X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=a711c1aef72c62ba40c7a0d37f67567e61ba2622;p=vlc i420_yuy2: I420 and YV12 are not the same Close #12858 --- 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 ) {