[Mplayer-cvslog] CVS: main mplayer.c,1.537,1.538

Zoltan Ponekker pontscho at mplayerhq.hu
Sun Aug 4 21:24:28 CEST 2002


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

Modified Files:
	mplayer.c 
Log Message:


- fix mixer handling
- some change in menu
- fix evLoadPlay bug
- etc


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.537
retrieving revision 1.538
diff -u -r1.537 -r1.538
--- mplayer.c	4 Aug 2002 02:22:27 -0000	1.537
+++ mplayer.c	4 Aug 2002 19:23:55 -0000	1.538
@@ -1358,7 +1358,7 @@
      guiGetEvent( guiSetFileName,filename );
      if ( sh_audio ) guiIntfStruct.AudioType=sh_audio->channels; else guiIntfStruct.AudioType=0;
      if ( !sh_video && sh_audio ) guiGetEvent( guiSetAudioOnly,(char *)1 ); else guiGetEvent( guiSetAudioOnly,(char *)0 );
-     guiGetEvent( guiSetVolume,NULL );
+     guiGetEvent( guiSetValues,NULL );
     }
 #endif
 
@@ -2930,6 +2930,7 @@
 	if ( sh_video ) guiIntfStruct.TimeSec=d_video->pts;
 	  else if ( sh_audio ) guiIntfStruct.TimeSec=sh_audio->timer;
 	guiGetEvent( guiReDraw,NULL );
+	guiGetEvent( guiSetVolume,NULL );
 	if(guiIntfStruct.Playing==0) break; // STOP
 	if(guiIntfStruct.Playing==2) osd_function=OSD_PAUSE;
         if ( guiIntfStruct.DiskChanged || guiIntfStruct.FilenameChanged ) goto goto_next_file;




More information about the MPlayer-cvslog mailing list