summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-06-20 01:24:39 +0100
committerMans Rullgard <mans@mansr.com>2012-06-20 17:09:03 +0100
commitae0a301668da542eaf8855e5dd61d0728181b0dd (patch)
tree7910f895668b75a8b7e0843dfe70e3ebf7172b01 /libavformat/avformat.h
parentdb7d8fb4ef950329745224d49c8d4fb4174baa22 (diff)
Move av_gettime() to libavutil
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 040e35eb92..1c1aad652f 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1635,10 +1635,9 @@ void av_dump_format(AVFormatContext *ic,
const char *url,
int is_output);
-/**
- * Get the current time in microseconds.
- */
+#if FF_API_AV_GETTIME
int64_t av_gettime(void);
+#endif
/**
* Return in 'buf' the path with '%d' replaced by a number.