Mercurial > mplayer.hg
diff input/input.c @ 31191:4e3a73b14a05
Document thatg time argument is in milliseconds.
| author | reimar |
|---|---|
| date | Fri, 28 May 2010 18:44:41 +0000 |
| parents | 77ebd8404c02 |
| children | 0b7792622c88 |
line wrap: on
line diff
--- a/input/input.c Fri May 28 17:26:31 2010 +0000 +++ b/input/input.c Fri May 28 18:44:41 2010 +0000 @@ -1203,6 +1203,9 @@ } +/** + * \param time time to wait at most for an event in milliseconds + */ static mp_cmd_t *read_events(int time, int paused) { int i; @@ -1899,6 +1902,9 @@ exit(0); } +/** + * \param time time to wait for an interruption in milliseconds + */ int mp_input_check_interrupt(int time) { mp_cmd_t* cmd;
