summaryrefslogtreecommitdiffstats
path: root/libavutil/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/time.h')
-rw-r--r--libavutil/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/time.h b/libavutil/time.h
index 910d28e..dc169b0 100644
--- a/libavutil/time.h
+++ b/libavutil/time.h
@@ -32,8 +32,8 @@ int64_t av_gettime(void);
* Get the current time in microseconds since some unspecified starting point.
* On platforms that support it, the time comes from a monotonic clock
* This property makes this time source ideal for measuring relative time.
- * If a monotonic clock is not available on the targeted platform, the
- * implementation fallsback on using av_gettime().
+ * The returned values may not be monotonic on platforms where a monotonic
+ * clock is not available.
*/
int64_t av_gettime_relative(void);
OpenPOWER on IntegriCloud