From 5024b76c563a4dc1ecef1f0f700daa0d45e31ca9 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 30 Aug 2001 21:49:24 +0000 Subject: stop fix, fileselector worx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1791 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mplayer.c b/mplayer.c index 69c44ccd13..4943074416 100644 --- a/mplayer.c +++ b/mplayer.c @@ -585,6 +585,9 @@ play_next_file: usleep(20000); wsHandleEvents();mplTimerHandler(0); // handle GUI timer events } + if(gui_no_filename){ + filename=mplShMem->Filename; + } } #endif @@ -1777,7 +1780,7 @@ if(rel_seek_secs || abs_seek_pos){ mplShMem->Position=(len<=0)?0:((float)(pos-demuxer->movi_start) / len * 100.0f); } mplShMem->TimeSec=d_video->pts; - printf("mplShMem->Playing=%d \n",mplShMem->Playing); +// printf("mplShMem->Playing=%d \n",mplShMem->Playing); if(mplShMem->Playing==0) break; // STOP if(mplShMem->Playing==2) osd_function=OSD_PAUSE; } @@ -1832,7 +1835,7 @@ mp_msg(MSGT_GLOBAL,MSGL_V,"EOF code: %d \n",eof); } -if(curr_filename+1