[Mplayer-cvslog] CVS: main mplayer.c,1.504,1.505
Zoltan Ponekker
pontscho at mplayerhq.hu
Sat May 25 11:46:38 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv4198
Modified Files:
mplayer.c
Log Message:
fix two small bug and add multimedia keyboard support ( i tested with Acer AirKey V only )
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.504
retrieving revision 1.505
diff -u -r1.504 -r1.505
--- mplayer.c 23 May 2002 21:58:29 -0000 1.504
+++ mplayer.c 25 May 2002 09:46:35 -0000 1.505
@@ -1934,7 +1934,11 @@
video_out->control(VOCTRL_RESUME, NULL); // resume video
(void)GetRelativeTime(); // keep TF around FT in next cycle
#ifdef HAVE_NEW_GUI
- if (use_gui) guiGetEvent( guiCEvent,(char *)guiSetPlay );
+ if (use_gui)
+ {
+ if ( guiIntfStruct.Playing == guiSetStop ) goto goto_next_file;
+ guiGetEvent( guiCEvent,(char *)guiSetPlay );
+ }
#endif
}
More information about the MPlayer-cvslog
mailing list