diff 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
line wrap: on
line diff
--- a/Gui/mplayer/play.c	Mon Dec 16 21:44:38 2002 +0000
+++ b/Gui/mplayer/play.c	Mon Dec 16 22:25:17 2002 +0000
@@ -106,7 +106,7 @@
   } 
   else
     {
-     if ( guiIntfStruct.FilenameChanged ) return;
+     if ( guiIntfStruct.FilenameChanged || guiIntfStruct.NewPlay ) return;
 
      guiIntfStruct.TimeSec=0;
      guiIntfStruct.Position=0;