comparison Gui/mplayer/play.c @ 6903:c2d4100c964e

- fix mixer handling - some change in menu - fix evLoadPlay bug - etc
author pontscho
date Sun, 04 Aug 2002 19:23:58 +0000
parents 397e7a1860f9
children 5ddd609550d5
comparison
equal deleted inserted replaced
6902:3ccdfd580f0d 6903:c2d4100c964e
100 gfree( (void **)&guiIntfStruct.AudioFile ); 100 gfree( (void **)&guiIntfStruct.AudioFile );
101 gfree( (void **)&guiIntfStruct.Subtitlename ); 101 gfree( (void **)&guiIntfStruct.Subtitlename );
102 } 102 }
103 else 103 else
104 { 104 {
105 if ( mplMainAutoPlay ) { mplMainAutoPlay=0; return; }
106
105 guiIntfStruct.TimeSec=0; 107 guiIntfStruct.TimeSec=0;
106 guiIntfStruct.Position=0; 108 guiIntfStruct.Position=0;
107 guiIntfStruct.AudioType=0; 109 guiIntfStruct.AudioType=0;
108 110
109 if ( !appMPlayer.subWindow.isFullScreen ) 111 if ( !appMPlayer.subWindow.isFullScreen )