From 830b241f3ff30e013db38be3077616f191289203 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 10 Oct 2004 17:39:07 +0000 Subject: Do not loose commands while paused. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13604 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index a6b1948806..1c218aaa2a 100644 --- a/input/input.h +++ b/input/input.h @@ -195,7 +195,7 @@ mp_input_queue_cmd(mp_cmd_t* cmd); // This function retrieves the next available command waiting no more than time msec. // If pause is true, the next input will always return a pause command. mp_cmd_t* -mp_input_get_cmd(int time, int paused); +mp_input_get_cmd(int time, int paused, int peek_only); mp_cmd_t* mp_input_parse_cmd(char* str); -- cgit v1.2.3