From 700bc3c8e2e040ef30ac7b3fc99130486e565111 Mon Sep 17 00:00:00 2001 From: albeu Date: Sat, 23 Feb 2002 21:13:35 +0000 Subject: Fixed bug with comments in input.conf parser Added a command queue to let mplayer send command to himself git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4822 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index fb8eda444a..7fc30d1ee4 100644 --- a/input/input.h +++ b/input/input.h @@ -86,6 +86,9 @@ mp_input_add_key_fd(int fd, int select, mp_key_func_t read_func, mp_close_func_t void mp_input_rm_key_fd(int fd); +int +mp_input_queue_cmd(mp_cmd_t* cmd); + mp_cmd_t* mp_input_get_cmd(int time, int paused); -- cgit v1.2.3