[vlc-devel] commit: Deinterlace fix in liblc ( Cyril Mathé )

git version control git at videolan.org
Fri Jun 5 20:24:28 CEST 2009


vlc | branch: master | Cyril Mathé <cmathe at actech-innovation.com> | Thu Jun  4 13:43:47 2009 +0200| [d527cc03dc46a08cb5656fced41fdaefdb25e319] | committer: Laurent Aimar 

Deinterlace fix in liblc

Signed-off-by: Laurent Aimar <fenrir at videolan.org>

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

 src/control/video.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/control/video.c b/src/control/video.c
index de7614e..3b8fbf2 100644
--- a/src/control/video.c
+++ b/src/control/video.c
@@ -599,7 +599,7 @@ void libvlc_video_set_deinterlace( libvlc_media_player_t *p_mi, int b_enable,
 {
     vout_thread_t *p_vout = GetVout( p_mi, p_e );
 
-    if( p_vout )
+    if( !p_vout )
     {
         libvlc_exception_raise( p_e, "Unable to get video output" );
         return;




More information about the vlc-devel mailing list