summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index d4d40bbe04..da905e6b33 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1018,6 +1018,7 @@ current_module="init_libvo";
moviewidth=screen_size_x=sh_video->disp_w;
movieheight=screen_size_y=sh_video->disp_h;
mplShMem->StreamType=stream->type;
+ mplSetFileName( filename );
}
#endif
@@ -1893,7 +1894,7 @@ if(use_gui || ++curr_filename<num_filenames){
video_out=NULL;
audio_out=NULL;
-
+
goto play_next_file;
}