# HG changeset patch # User arpi # Date 999208164 0 # Node ID f34087fa14691e32a57a27ed5da084f1d706dbdc # Parent 8bbfd587166bae3b017cd46af5e90b75fea1ed1a stop fix, fileselector worx diff -r 8bbfd587166b -r f34087fa1469 mplayer.c --- a/mplayer.c Thu Aug 30 21:39:31 2001 +0000 +++ b/mplayer.c Thu Aug 30 21:49:24 2001 +0000 @@ -585,6 +585,9 @@ usleep(20000); wsHandleEvents();mplTimerHandler(0); // handle GUI timer events } + if(gui_no_filename){ + filename=mplShMem->Filename; + } } #endif @@ -1777,7 +1780,7 @@ 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 @@ } -if(curr_filename+1