Mercurial > mplayer.hg
view linux/timer.h @ 4825:41d2da3bd082
Make blocking call in libmpdemux interuptable (only with new input,
awnser to quit, pt_next, pt_up_step and alt_src_step)
author | albeu |
---|---|
date | Sat, 23 Feb 2002 21:22:55 +0000 |
parents | 7bb8f7905000 |
children | df50da00260a |
line wrap: on
line source
void InitTimer(); unsigned int GetTimer(); unsigned int GetTimerMS(); //int uGetTimer(); float GetRelativeTime(); int usec_sleep(int usec_delay);