From f6506a541aebfcb94c448925485b187c7e6cc7bd Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 9 Nov 2004 17:27:33 +0000 Subject: [PATCH] doxy Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/os_support.c | 3 +++ 1 file changed, 3 insertions(+) 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 +/** + * gets the current time in micro seconds. + */ int64_t av_gettime(void) { #ifdef CONFIG_WIN32