]> git.sesse.net Git - vlc/commitdiff
Enabled AR change in deinterlace (typo).
authorLaurent Aimar <fenrir@videolan.org>
Mon, 15 Sep 2008 18:43:15 +0000 (20:43 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 15 Sep 2008 18:43:15 +0000 (20:43 +0200)
modules/video_filter/deinterlace.c

index 8164bef7d1dd896faaacf127521f497857919c60..52d693de87050cb3db1c608384448dd1e861df87 100644 (file)
@@ -474,7 +474,7 @@ static void Render ( vout_thread_t *p_vout, picture_t *p_pic )
         p_sys->p_vout->fmt_in.i_visible_height /= 2;
     }
 
-    if( p_vout->i_changes & VOUT_ASPECT_CHANGE && 0)
+    if( p_vout->i_changes & VOUT_ASPECT_CHANGE )
     {
         p_vout->i_changes &= ~VOUT_ASPECT_CHANGE;