summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-23 21:13:35 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-23 21:13:35 +0000
commit700bc3c8e2e040ef30ac7b3fc99130486e565111 (patch)
tree3e93bfe209ddb6d9ef06902f4d75f774bdc95679 /input/input.h
parentfdcd8700754ac335e758bd0b07333744140c0088 (diff)
downloadmpv-700bc3c8e2e040ef30ac7b3fc99130486e565111.tar.bz2
mpv-700bc3c8e2e040ef30ac7b3fc99130486e565111.tar.xz
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
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h3
1 files changed, 3 insertions, 0 deletions
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);