[Mplayer-cvslog] CVS: main mplayer.c,1.537,1.538
Zoltan Ponekker
pontscho at mplayerhq.hu
Sun Aug 4 21:24:28 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk about.c,1.10,1.11 eq.c,1.7,1.8 fs.c,1.22,1.23 mb.c,1.12,1.13 menu.c,1.16,1.17 opts.c,1.7,1.8 pl.c,1.6,1.7 sb.c,1.12,1.13 url.c,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main help_mp-de.h,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk about.c,1.10,1.11 eq.c,1.7,1.8 fs.c,1.22,1.23 mb.c,1.12,1.13 menu.c,1.16,1.17 opts.c,1.7,1.8 pl.c,1.6,1.7 sb.c,1.12,1.13 url.c,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main help_mp-de.h,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list