summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-12 00:53:26 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-12 00:53:26 +0000
commitd8f83d22968c8bcb7129c3de975b79c8bad194da (patch)
tree759db6ae01b34f86e8a9758dc2e23a1b14f7f34d /mplayer.c
parent83e98705534fa50253eb8c3a41583c506e24fa0f (diff)
downloadmpv-d8f83d22968c8bcb7129c3de975b79c8bad194da.tar.bz2
mpv-d8f83d22968c8bcb7129c3de975b79c8bad194da.tar.xz
add simple playlist support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6714 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 5ede65832a..47337d4ac8 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2895,7 +2895,7 @@ if(rel_seek_secs || abs_seek_pos){
guiGetEvent( guiReDraw,NULL );
if(guiIntfStruct.Playing==0) break; // STOP
if(guiIntfStruct.Playing==2) osd_function=OSD_PAUSE;
- if ( guiIntfStruct.DiskChanged ) goto goto_next_file;
+ if ( guiIntfStruct.DiskChanged || guiIntfStruct.FilenameChanged ) goto goto_next_file;
#ifdef USE_DVDREAD
if ( stream->type == STREAMTYPE_DVD )
{
@@ -3077,7 +3077,7 @@ while(playtree_iter != NULL) {
#ifdef USE_DVDREAD
if ( !guiIntfStruct.DiskChanged )
#endif
- mplStop();
+ mplEnd();
}
#endif