[vlc-devel] commit: Enabled AR change in deinterlace (typo). (Laurent Aimar )

git version control git at videolan.org
Mon Sep 15 20:40:25 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Sep 15 20:43:15 2008 +0200| [e7dc3f6387c76ca5bf6fbf17c7b4eac9f755da46] | committer: Laurent Aimar 

Enabled AR change in deinterlace (typo).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e7dc3f6387c76ca5bf6fbf17c7b4eac9f755da46
---

 modules/video_filter/deinterlace.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/deinterlace.c b/modules/video_filter/deinterlace.c
index 8164bef..52d693d 100644
--- a/modules/video_filter/deinterlace.c
+++ b/modules/video_filter/deinterlace.c
@@ -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;
 




More information about the vlc-devel mailing list