mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
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:
parent
642f92aa28
commit
801efccc4a
@ -1660,7 +1660,7 @@ switch(sh_video->codec->driver){
|
|||||||
#ifdef HAVE_LIRC
|
#ifdef HAVE_LIRC
|
||||||
(c=lirc_mp_getinput())>0 ||
|
(c=lirc_mp_getinput())>0 ||
|
||||||
#endif
|
#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
|
// seek 10 sec
|
||||||
case KEY_RIGHT:
|
case KEY_RIGHT:
|
||||||
osd_function=OSD_FFW;
|
osd_function=OSD_FFW;
|
||||||
|
Loading…
Reference in New Issue
Block a user