[Mplayer-cvslog] CVS: main mplayer.c,1.474,1.475
Arpi of Ize
arpi at mplayerhq.hu
Thu Apr 18 18:16:17 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv32682
Modified Files:
mplayer.c
Log Message:
vo_mouse_timer_const is optional
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.474
retrieving revision 1.475
diff -u -r1.474 -r1.475
--- mplayer.c 17 Apr 2002 21:12:10 -0000 1.474
+++ mplayer.c 18 Apr 2002 16:16:14 -0000 1.475
@@ -1224,7 +1224,9 @@
mp_msg(MSGT_CPLAYER,MSGL_FATAL,"Error opening/initializing the selected video_out (-vo) device!\n");
goto goto_next_file; // exit_player(MSGTR_Exit_error);
}
+#ifdef X11_FULLSCREEN
vo_mouse_timer_const=(int)sh_video->fps;
+#endif
sh_video->video_out=video_out;
inited_flags|=INITED_VO;
More information about the MPlayer-cvslog
mailing list