Mercurial > mplayer.hg
view linux/timer.h @ 3827:6e7df97bd120
Lots of fixes for digital audio output submitted by Steven Brookes <stevenjb@mda.co.uk>
Hardware sync-code activated
author | mswitch |
---|---|
date | Fri, 28 Dec 2001 10:20:16 +0000 (2001-12-28) |
parents | c2ed1e5742ed |
children | 7bb8f7905000 |
line wrap: on
line source
void InitTimer(); unsigned int GetTimer(); //int uGetTimer(); float GetRelativeTime(); int usec_sleep(int usec_delay);