diff os_support.c @ 580:4f2b5cb90216 libavformat

doxy
author michael
date Tue, 09 Nov 2004 17:27:33 +0000
parents 66217205fe4e
children da1d5db0ce5c
line wrap: on
line diff
--- a/os_support.c	Tue Nov 09 00:27:16 2004 +0000
+++ b/os_support.c	Tue Nov 09 17:27:33 2004 +0000
@@ -31,6 +31,9 @@
 #endif
 #include <time.h>
 
+/**
+ * gets the current time in micro seconds.
+ */
 int64_t av_gettime(void)
 {
 #ifdef CONFIG_WIN32