Mercurial > mplayer.hg
changeset 31191:4e3a73b14a05
Document thatg time argument is in milliseconds.
author | reimar |
---|---|
date | Fri, 28 May 2010 18:44:41 +0000 |
parents | 8432358f2d32 |
children | 8e96ba5f4579 |
files | input/input.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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;