Mercurial > mplayer.hg
view linux/timer.h @ 4491:317df369e7e7
finally fixed no-opendivx compile problem
author | rfelker |
---|---|
date | Sun, 03 Feb 2002 01:42:02 +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);