[Mplayer-cvslog] CVS: main/Gui/mplayer mplayer.c,1.32,1.33 play.c,1.70,1.71

Zoltan Ponekker pontscho at mplayerhq.hu
Mon Aug 5 03:14:16 CEST 2002


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

Modified Files:
	mplayer.c play.c 
Log Message:


- fix equ handling
- fix dvd pos bar
- fix 10l bug in evLoadPlay bugfix :)
- mittomen


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mplayer.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mplayer.c	4 Aug 2002 17:23:59 -0000	1.32
+++ mplayer.c	5 Aug 2002 01:14:14 -0000	1.33
@@ -54,10 +54,10 @@
 
  // read gui.conf, gui.pl
  cfg_read();
-#endif 
 
  // opens X display, checks for extensions (XShape, DGA etc)
  wsXInit( disp );
+#endif 
 
  if ( ( mplDrawBuffer = (unsigned char *)calloc( 1,appMPlayer.main.Bitmap.ImageSize ) ) == NULL )
   {

Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- play.c	4 Aug 2002 19:23:57 -0000	1.70
+++ play.c	5 Aug 2002 01:14:14 -0000	1.71
@@ -102,11 +102,14 @@
   } 
   else
     {
-     if ( mplMainAutoPlay ) { mplMainAutoPlay=0; return; }
+     if ( guiIntfStruct.FilenameChanged ) return;
 
      guiIntfStruct.TimeSec=0;
      guiIntfStruct.Position=0;
      guiIntfStruct.AudioType=0;
+     guiIntfStruct.DVD.current_title=1;
+     guiIntfStruct.DVD.current_chapter=1;
+     guiIntfStruct.DVD.current_angle=1;
 
      if ( !appMPlayer.subWindow.isFullScreen )
       {




More information about the MPlayer-cvslog mailing list