summaryrefslogtreecommitdiffstats
path: root/osdep/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/timer.h')
-rw-r--r--osdep/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/timer.h b/osdep/timer.h
index b98c275697..a511812b56 100644
--- a/osdep/timer.h
+++ b/osdep/timer.h
@@ -52,7 +52,7 @@ void mp_end_hires_timers(int resolution_ms);
// Add a time in seconds to the given time in microseconds, and return it.
// Takes care of possible overflows. Never returns a negative or 0 time.
-int64_t mp_add_timeout(int64_t time_us, double timeout_sec);
+int64_t mp_time_us_add(int64_t time_us, double timeout_sec);
// Convert the mp time in microseconds to a timespec using CLOCK_REALTIME.
struct timespec mp_time_us_to_realtime(int64_t time_us);