From 801efccc4a801bf1e3b74df20952bc8a6572a500 Mon Sep 17 00:00:00 2001 From: nickols_k Date: Sat, 5 May 2001 13:11:31 +0000 Subject: [PATCH] Fixed bug of mplayer freezing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@696 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index a9b68fd486..1ce8636a84 100644 --- a/mplayer.c +++ b/mplayer.c @@ -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;