Document that time argument is in milliseconds.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31252 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-05-28 18:44:41 +00:00
parent 6f7c1ea409
commit d7f19144b1
1 changed files with 6 additions and 0 deletions

View File

@ -1203,6 +1203,9 @@ static mp_cmd_t *check_autorepeat(int paused)
}
/**
* \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 @@ static int mp_input_print_cmd_list(m_option_t* cfg) {
exit(0);
}
/**
* \param time time to wait for an interruption in milliseconds
*/
int
mp_input_check_interrupt(int time) {
mp_cmd_t* cmd;