mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
49ad591e4c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2267 b3059339-0415-0410-9bf9-f77b7e298cf2
9 lines
122 B
C
9 lines
122 B
C
|
|
void InitTimer();
|
|
unsigned int GetTimer();
|
|
//int uGetTimer();
|
|
float GetRelativeTime();
|
|
|
|
int usec_sleep(int usec_delay);
|
|
|