]> git.sesse.net Git - vlc/blobdiff - src/input/clock.h
Added es_out_ControlGetPcrSystem helper.
[vlc] / src / input / clock.h
index ff50c8233d223db6f1a201d60f266c74ba8b38c4..ab3509e4464caa143aad84fe7f26e7ac5ea3f48a 100644 (file)
@@ -83,6 +83,12 @@ 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
+ * reference point (a valid reference point must have been set).
+ */
+mtime_t input_clock_GetSystemOrigin( input_clock_t * );
+
 /**
  * This function allows to rebase the original system value date.
  * It can be called only imediatly after a input_clock_Update call.