]> git.sesse.net Git - vlc/commitdiff
i420_yuy2: I420 and YV12 are not the same
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 25 Jan 2015 08:03:24 +0000 (09:03 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 25 Jan 2015 08:04:03 +0000 (09:04 +0100)
Close #12858

modules/video_chroma/i420_yuy2.c

index 5457f9572590d442088f498caf3f5fcd15798a25..cd99dd652042b2fbea13a06af7153fad3d1a5f32 100644 (file)
@@ -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 )
             {