diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-11-09 17:27:33 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-11-09 17:27:33 +0000 |
commit | f6506a541aebfcb94c448925485b187c7e6cc7bd (patch) | |
tree | eed1bf6bc61cc230d685dcfa832e731e2707d4e4 | |
parent | 7a91333f7387d4f08eeb6464db93f51be80c33b5 (diff) | |
download | ffmpeg-f6506a541aebfcb94c448925485b187c7e6cc7bd.tar.gz |
doxy
Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/os_support.c | 3 |
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 |