mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
add filename drawing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1746 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
15b775442c
commit
2e7ae092e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user