# HG changeset patch # User michael # Date 1100021253 0 # Node ID 4f2b5cb90216e273d861f2979242aa2915a7d4d6 # Parent 117ece7c24a6e11abd256783b9bc258829509817 doxy diff -r 117ece7c24a6 -r 4f2b5cb90216 os_support.c --- 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 +/** + * gets the current time in micro seconds. + */ int64_t av_gettime(void) { #ifdef CONFIG_WIN32