summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-16 22:25:17 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-16 22:25:17 +0000
commitfcea588a18214b13cf3635a50e295ba389dded31 (patch)
tree3cba07250cf1bb876d8161fd11d756dc2f805068 /Gui/mplayer/play.c
parent0e14c382cf0e41bf29de1b5a973c56b9754782b8 (diff)
downloadmpv-fcea588a18214b13cf3635a50e295ba389dded31.tar.bz2
mpv-fcea588a18214b13cf3635a50e295ba389dded31.tar.xz
- fix (?) "mixer bug"
- fix audio_id/video_id changing - fix some other bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8485 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/play.c')
-rw-r--r--Gui/mplayer/play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index 62ad3e2e90..66b96f11dd 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -106,7 +106,7 @@ void mplEnd( void )
}
else
{
- if ( guiIntfStruct.FilenameChanged ) return;
+ if ( guiIntfStruct.FilenameChanged || guiIntfStruct.NewPlay ) return;
guiIntfStruct.TimeSec=0;
guiIntfStruct.Position=0;