Home
last modified time | relevance | path

Searched refs:return_seconds (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dinternal.h828 int ff_parse_creation_time_metadata(AVFormatContext *s, int64_t *timestamp, int return_seconds);
Dutils.c5740 int ff_parse_creation_time_metadata(AVFormatContext *s, int64_t *timestamp, int return_seconds) argument
5747 *timestamp = return_seconds ? parsed_timestamp / 1000000 : parsed_timestamp;