[Mplayer-cvslog] CVS: main/libvo vo_xvidix.c,1.43,1.44

Alex Beregszaszi alex at mplayerhq.hu
Tue Jun 25 21:10:06 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv820

Modified Files:
	vo_xvidix.c 
Log Message:
fixed uninit (it got never called before)

Index: vo_xvidix.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xvidix.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- vo_xvidix.c	24 Jun 2002 11:51:55 -0000	1.43
+++ vo_xvidix.c	25 Jun 2002 19:10:03 -0000	1.44
@@ -405,7 +405,7 @@
 
 static void uninit(void)
 {
-    if ( vo_config_count ) return;
+    if ( !vo_config_count ) return;
     vidix_term();
 
     saver_on(mDisplay); /* screen saver back on */




More information about the MPlayer-cvslog mailing list