mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 10:26:00 +00:00
5786b7ad1e
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4386 b3059339-0415-0410-9bf9-f77b7e298cf2
10 lines
149 B
C
10 lines
149 B
C
|
|
void InitTimer();
|
|
unsigned int GetTimer();
|
|
unsigned int GetTimerMS();
|
|
//int uGetTimer();
|
|
float GetRelativeTime();
|
|
|
|
int usec_sleep(int usec_delay);
|
|
|