[FFmpeg-devel] [PATCH] Make av_gettime use the monotonic clock when available

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Sep 3 21:31:35 CEST 2014


On Wed, Sep 03, 2014 at 02:49:44PM +0200, Michael Niedermayer wrote:
> This also remove all use of av_gettime_relative()
> and reduces the difference to ebef9f5a56d7df91e010a177a80cfc8dbe394305

It kind of is an API change though.
Also, as far as I can tell it introduces quite a lot of bugs.
As an example, I believe all uses of av_gettime to be wrong in the
following files (actually I believe quite a few more, but I didn't feel
like checking the rest):
libavformat/wavenc.c libavformat/utils.c libavutil/eval.c
libavformat/sapenc.c libavformat/rtspenc.c


More information about the ffmpeg-devel mailing list