]> git.sesse.net Git - vlc/commitdiff
Fixed a typo after auto deinterlace.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 6 Oct 2009 21:17:34 +0000 (23:17 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 6 Oct 2009 21:35:09 +0000 (23:35 +0200)
src/video_output/video_output.c

index 7d9b4babcd0a89bd9abb4ce75e0172520995c824..566126bdbd8da1bc67739847c0f058cd6d1ea464 100644 (file)
@@ -2066,7 +2066,7 @@ static void DeinterlaceEnable( vout_thread_t *p_vout )
     if( i_deinterlace < 0 )
         i_deinterlace = -1;
 
-    p_vout->p->b_picture_interlaced == is_needed;
+    p_vout->p->b_picture_interlaced = is_needed;
 
     /* */
     val.psz_string = psz_deinterlace ? psz_deinterlace : p_optm->orig.psz;