]> git.sesse.net Git - vlc/commitdiff
Fixed a typo.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 27 Jul 2008 21:31:48 +0000 (23:31 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 27 Jul 2008 21:32:26 +0000 (23:32 +0200)
modules/video_filter/swscale.c

index f52f9278a0863bfe2fcffe392014b3945a1fed5d..21bf21bab2196e597d6c026131cf370b41b3a83d 100644 (file)
@@ -463,7 +463,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
         }
         else
         {
-            Convert( p_sys->ctx, p_pic_dst, p_pic, p_fmti, 3, 1 );
+            Convert( p_sys->ctxA, p_pic_dst, p_pic, p_fmti, 3, 1 );
         }
     }