[Mplayer-cvslog] CVS: main mplayer.c,1.264,1.265

Arpi of Ize arpi at mplayer.dev.hu
Fri Aug 31 19:59:13 CEST 2001


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

Modified Files:
	mplayer.c 
Log Message:
stop fixed

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- mplayer.c	31 Aug 2001 14:16:27 -0000	1.264
+++ mplayer.c	31 Aug 2001 17:59:10 -0000	1.265
@@ -543,6 +543,7 @@
 #ifdef HAVE_NEW_GUI
   if(use_gui){
        appInit( argc,argv,envp,(void*)mDisplay );
+       mplShMem->Playing= (gui_no_filename) ? 0 : 1;
   }
 #endif
 
@@ -570,7 +571,6 @@
   signal(SIGFPE,exit_sighandler);  // floating point exc.
   signal(SIGABRT,exit_sighandler); // abort()
 
-
 // ******************* Now, let's see the per-file stuff ********************
 
     curr_filename=0;
@@ -580,7 +580,7 @@
 #ifdef HAVE_NEW_GUI
     if ( use_gui ) {
       if(filename) strcpy( mplShMem->Filename,filename );
-      mplShMem->Playing= (gui_no_filename) ? 0 : 1;
+//      mplShMem->Playing= (gui_no_filename) ? 0 : 1;
       while(mplShMem->Playing!=1){
 	usleep(20000);
 	EventHandling();




More information about the MPlayer-cvslog mailing list