X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fclock.h;h=99c0af557718afb4692359e685d4edf63dd40ce6;hb=b4c9cb160e24388a8c6092717f5257cdf46f146a;hp=688b56fa6b586f34f6d57850a4db54a794d204e3;hpb=d147f145510bb7c1f07cd95a050a0e709223f6ec;p=vlc diff --git a/src/input/clock.h b/src/input/clock.h index 688b56fa6b..99c0af5577 100644 --- a/src/input/clock.h +++ b/src/input/clock.h @@ -84,10 +84,10 @@ void input_clock_ChangeRate( input_clock_t *, int i_rate ); void input_clock_ChangePause( input_clock_t *, bool b_paused, mtime_t i_date ); /** - * This function returns the original system value date for the current + * This function returns the original system value date and the delay for the current * reference point (a valid reference point must have been set). */ -mtime_t input_clock_GetSystemOrigin( input_clock_t * ); +void input_clock_GetSystemOrigin( input_clock_t *, mtime_t *pi_system, mtime_t *pi_delay ); /** * This function allows to rebase the original system value date (a valid