[Mplayer-cvslog] CVS: main mplayer.c,1.413,1.414

Alban Bedel CVS albeu at mplayer.dev.hu
Sun Feb 24 22:20:23 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv29459

Modified Files:
	mplayer.c 
Log Message:
Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV block 


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -r1.413 -r1.414
--- mplayer.c	24 Feb 2002 17:10:06 -0000	1.413
+++ mplayer.c	24 Feb 2002 21:20:20 -0000	1.414
@@ -2070,10 +2070,10 @@
              lirc_mp_getinput()<=0 &&
 #endif
              (use_stdin || getch2(20)<=0) && mplayer_get_key()<=0){
-#endif 
+#endif /* HAVE_NEW_INPUT */
 #ifndef USE_LIBVO2
 	     if(sh_video && video_out) video_out->check_events();
-#endif /* HAVE_NEW_INPUT */
+#endif 
 #ifdef HAVE_NEW_GUI
              if(use_gui){
 		guiEventHandling();
@@ -2634,11 +2634,11 @@
       if (tv_param_on == 1)
 	tv_step_chanlist(tv_handler);
     } break;
+#endif
     case MP_CMD_VO_FULLSCREEN:
     {
 	video_out->control(VOCTRL_FULLSCREEN, 0);
     } break;
-#endif
     default :
       printf("Received unknow cmd %s\n",cmd->name);
     }




More information about the MPlayer-cvslog mailing list