Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-11-09 17:27:33 +00:00
parent 7a91333f73
commit f6506a541a
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
#endif
#include <time.h>
/**
* gets the current time in micro seconds.
*/
int64_t av_gettime(void)
{
#ifdef CONFIG_WIN32