diff options
author | Mans Rullgard <mans@mansr.com> | 2012-06-20 01:24:39 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-06-20 17:09:03 +0100 |
commit | ae0a301668da542eaf8855e5dd61d0728181b0dd (patch) | |
tree | 7910f895668b75a8b7e0843dfe70e3ebf7172b01 /libavformat/avformat.h | |
parent | db7d8fb4ef950329745224d49c8d4fb4174baa22 (diff) | |
download | ffmpeg-ae0a301668da542eaf8855e5dd61d0728181b0dd.tar.gz |
Move av_gettime() to libavutil
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 5 |
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. |