[Mplayer-cvslog] CVS: main/libmpcodecs vf_vo.c,1.10,1.11

Alex Beregszaszi alex at mplayerhq.hu
Thu May 23 16:07:23 CEST 2002


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

Modified Files:
	vf_vo.c 
Log Message:
10l

Index: vf_vo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_vo.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vf_vo.c	20 May 2002 03:25:23 -0000	1.10
+++ vf_vo.c	23 May 2002 14:07:11 -0000	1.11
@@ -44,7 +44,7 @@
         int request, void* data){
     switch(request){
     case VFCTRL_DRAW_OSD:
-	if(!vo_config_count) CONTROL_FALSE; // vo not configured?
+	if(!vo_config_count) return CONTROL_FALSE; // vo not configured?
 	video_out->draw_osd();
 	return CONTROL_TRUE;
     }




More information about the MPlayer-cvslog mailing list