summaryrefslogtreecommitdiff
path: root/libavformat/os_support.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-11-09 17:27:33 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-11-09 17:27:33 +0000
commitf6506a541aebfcb94c448925485b187c7e6cc7bd (patch)
treeeed1bf6bc61cc230d685dcfa832e731e2707d4e4 /libavformat/os_support.c
parent7a91333f7387d4f08eeb6464db93f51be80c33b5 (diff)
doxy
Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.c')
-rw-r--r--libavformat/os_support.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/os_support.c b/libavformat/os_support.c
index 5a2df31022..16b7d5dce2 100644
--- a/libavformat/os_support.c
+++ b/libavformat/os_support.c
@@ -31,6 +31,9 @@
#endif
#include <time.h>
+/**
+ * gets the current time in micro seconds.
+ */
int64_t av_gettime(void)
{
#ifdef CONFIG_WIN32