Move av_gettime() to libavutil

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard
2012-06-20 01:24:39 +01:00
parent db7d8fb4ef
commit ae0a301668
6 changed files with 70 additions and 9 deletions
+2 -3
View File
@@ -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.