changeset 580:4f2b5cb90216 libavformat

doxy
author michael
date Tue, 09 Nov 2004 17:27:33 +0000
parents 117ece7c24a6
children 03377d4de76a
files os_support.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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