summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 15:08:43 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 15:08:43 +0000
commit2e7ae092e923d43878f6dc1b6b078745c058da61 (patch)
treec712390a4e8c52be08a1c3334ed75f75422f03c8 /mplayer.c
parent15b775442ce9dcdb1ac16e6dd234a1b984a8c403 (diff)
downloadmpv-2e7ae092e923d43878f6dc1b6b078745c058da61.tar.bz2
mpv-2e7ae092e923d43878f6dc1b6b078745c058da61.tar.xz
add filename drawing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1746 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 1071d93b0d..4b85761e0b 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -572,6 +572,9 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
curr_filename=0;
play_next_file:
filename=(num_filenames>0)?filenames[curr_filename]:NULL;
+#ifdef HAVE_NEW_GUI
+ strcpy( mplShMem->Filename,filename );
+#endif
if(filename) mp_msg(MSGT_CPLAYER,MSGL_INFO,"Playing %s\n", filename);
#ifdef USE_SUB