]> git.sesse.net Git - vlc/commitdiff
YUVA 4:2:0:4 is not YUVA :)
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 7 Jan 2013 13:58:52 +0000 (14:58 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 7 Jan 2013 13:58:52 +0000 (14:58 +0100)
modules/video_chroma/i422_i420.c

index c21e47dfd7b15707ee541fe9027c218eafe910c3..3c7d6068441f6c7de247eb4cc8df4fdf9bbf6276 100644 (file)
@@ -92,7 +92,7 @@ static int Activate( vlc_object_t *p_this )
                     p_filter->pf_video_filter = I422_YV12_Filter;
                     break;
 
-                case VLC_CODEC_YUVA:
+                case VLC_CODEC_YUV420A:
                     p_filter->pf_video_filter = I422_YUVA_Filter;
                     break;