diff utils.c @ 3947:a324a7aa8a5b libavformat

Move doxygen comments for av_gettime from utils.c to avformat.h.
author diego
date Sat, 27 Sep 2008 17:37:22 +0000
parents e0eb33b98f43
children 549a09cf23fe
line wrap: on
line diff
--- a/utils.c	Fri Sep 26 19:42:21 2008 +0000
+++ b/utils.c	Sat Sep 27 17:37:22 2008 +0000
@@ -2853,9 +2853,6 @@
     return ret;
 }
 
-/**
- * Gets the current time in microseconds.
- */
 int64_t av_gettime(void)
 {
     struct timeval tv;