]> git.sesse.net Git - vlc/blobdiff - src/input/clock.h
Qt: warn when we cannot save the configuration
[vlc] / src / input / clock.h
index 688b56fa6b586f34f6d57850a4db54a794d204e3..99c0af557718afb4692359e685d4edf63dd40ce6 100644 (file)
@@ -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