X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ffmpeg%2Flibavutil%2Ftime.h;h=dc169b064a0d7d4659809da42e0a6942449fba39;hb=refs%2Ftags%2Fdebian%2F2.5.0_trusty1.1;hp=910d28e85f64ae00a61725a5d79b25ed369264ea;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00;p=deb_ffmpeg.git diff --git a/ffmpeg/libavutil/time.h b/ffmpeg/libavutil/time.h index 910d28e..dc169b0 100644 --- a/ffmpeg/libavutil/time.h +++ b/ffmpeg/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);