Mercurial > mplayer.hg
view linux/timer.h @ 3719:f5a1a8e268d5
Somewhere along the line, someone updated a field in an ASF structure
from 'unk1' to 'preroll'. There is a macro that is only needed on big
endian systems that didn't get updated to reflect that change.
author | melanson |
---|---|
date | Mon, 24 Dec 2001 20:38:49 +0000 |
parents | c2ed1e5742ed |
children | 7bb8f7905000 |
line wrap: on
line source
void InitTimer(); unsigned int GetTimer(); //int uGetTimer(); float GetRelativeTime(); int usec_sleep(int usec_delay);