mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-24 00:30:57 +08:00
Move av_gettime() to libavutil
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user