]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_yuy2.c
The last but not least of this serie of memleaks.
[vlc] / modules / video_chroma / i420_yuy2.c
index 012ff1e918f491548fe4da0084275427c0f7adf4..d9ffebee1fba48e41218e2b9afe9501766ed2892 100644 (file)
@@ -253,7 +253,7 @@ static void I420_YUY2( filter_t *p_filter, picture_t *p_source,
         {
             /* Line 1 and 2, pixels 0 to ( width - 16 ) */
             VEC_NEXT_LINES( );
-            for( i_x = p_fiter->fmt_in.video.i_width / 32 ; i_x-- ; )
+            for( i_x = p_filter->fmt_in.video.i_width / 32 ; i_x-- ; )
             {
                 VEC_LOAD_UV( );
                 VEC_MERGE( vec_mergeh );