Fixed bug of mplayer freezing

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@696 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nickols_k 2001-05-05 13:11:31 +00:00
parent 642f92aa28
commit 801efccc4a
1 changed files with 1 additions and 1 deletions

View File

@ -1660,7 +1660,7 @@ switch(sh_video->codec->driver){
#ifdef HAVE_LIRC
(c=lirc_mp_getinput())>0 ||
#endif
(f && (c=getch2(0)))>0 || (c=mplayer_get_key())>0) switch(c){
(!f && (c=getch2(0)))>0 || (c=mplayer_get_key())>0) switch(c){
// seek 10 sec
case KEY_RIGHT:
osd_function=OSD_FFW;