changeset 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 |
624979ace06c |
children |
134f8658e2d9 |
files |
avformat.h utils.c |
diffstat |
2 files changed, 1 insertions(+), 3 deletions(-)
[+]
|
line diff
--- a/avformat.h Fri Sep 26 19:42:21 2008 +0000
+++ b/avformat.h Sat Sep 27 17:37:22 2008 +0000
@@ -1034,6 +1034,7 @@
*/
int64_t parse_date(const char *datestr, int duration);
+/** Gets the current time in microseconds. */
int64_t av_gettime(void);
/* ffm specific for ffserver */
--- 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;