summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-10-04 11:58:29 -0300
committerJames Almer <jamrial@gmail.com>2020-01-15 23:34:20 -0300
commit4e4ac2034048271d280235860240c795dabeed99 (patch)
treea7e8080cb15af0af3c3f408a7c4ab6d9f810b7ca /libavformat/internal.h
parent56c8856966ecc7a016aa0edb5472a902a7fbd49a (diff)
avformat/utils: make ff_ntp_time() accept a timestamp as input argument
Will be needed by the next patch. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index ec9a29907a..4d04a21871 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -243,7 +243,7 @@ void ff_read_frame_flush(AVFormatContext *s);
#define NTP_OFFSET_US (NTP_OFFSET * 1000000ULL)
/** Get the current time since NTP epoch in microseconds. */
-uint64_t ff_ntp_time(void);
+uint64_t ff_ntp_time(int64_t timestamp);
/**
* Get the NTP time stamp formatted as per the RFC-5905.