comparison Gui/mplayer/play.c @ 8484:9ea5f18a7957

- fix (?) "mixer bug" - fix audio_id/video_id changing - fix some other bug
author pontscho
date Mon, 16 Dec 2002 22:25:17 +0000
parents c6a1a5b6ba25
children b8c271750450
comparison
equal deleted inserted replaced
8483:386d1e4948f3 8484:9ea5f18a7957
104 gfree( (void **)&guiIntfStruct.AudioFile ); 104 gfree( (void **)&guiIntfStruct.AudioFile );
105 gfree( (void **)&guiIntfStruct.Subtitlename ); 105 gfree( (void **)&guiIntfStruct.Subtitlename );
106 } 106 }
107 else 107 else
108 { 108 {
109 if ( guiIntfStruct.FilenameChanged ) return; 109 if ( guiIntfStruct.FilenameChanged || guiIntfStruct.NewPlay ) return;
110 110
111 guiIntfStruct.TimeSec=0; 111 guiIntfStruct.TimeSec=0;
112 guiIntfStruct.Position=0; 112 guiIntfStruct.Position=0;
113 guiIntfStruct.AudioType=0; 113 guiIntfStruct.AudioType=0;
114 guiIntfStruct.NoWindow=False; 114 guiIntfStruct.NoWindow=False;