comparison input/input.h @ 4821:5a71377d2759

Fixed bug with comments in input.conf parser Added a command queue to let mplayer send command to himself
author albeu
date Sat, 23 Feb 2002 21:13:35 +0000
parents 876f0ea71526
children 65730cea02e7
comparison
equal deleted inserted replaced
4820:ab6ceeef3904 4821:5a71377d2759
84 mp_input_add_key_fd(int fd, int select, mp_key_func_t read_func, mp_close_func_t close_func); 84 mp_input_add_key_fd(int fd, int select, mp_key_func_t read_func, mp_close_func_t close_func);
85 85
86 void 86 void
87 mp_input_rm_key_fd(int fd); 87 mp_input_rm_key_fd(int fd);
88 88
89 int
90 mp_input_queue_cmd(mp_cmd_t* cmd);
91
89 mp_cmd_t* 92 mp_cmd_t*
90 mp_input_get_cmd(int time, int paused); 93 mp_input_get_cmd(int time, int paused);
91 94
92 void 95 void
93 mp_cmd_free(mp_cmd_t* cmd); 96 mp_cmd_free(mp_cmd_t* cmd);