mirror of https://git.ffmpeg.org/ffmpeg.git
doxy
Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7a91333f73
commit
f6506a541a
|
@ -31,6 +31,9 @@
|
|||
#endif
|
||||
#include <time.h>
|
||||
|
||||
/**
|
||||
* gets the current time in micro seconds.
|
||||
*/
|
||||
int64_t av_gettime(void)
|
||||
{
|
||||
#ifdef CONFIG_WIN32
|
||||
|
|
Loading…
Reference in New Issue