[FFmpeg-devel] [PATCH] lauv: Set default FF_TIMER_UNITS to "ns"

Rémi Denis-Courmont remi at remlab.net
Thu Aug 1 19:26:51 EEST 2024


Le maanantaina 29. heinäkuuta 2024, 22.13.13 EEST Nathan E. Egge a écrit :
> Signed-off-by: Nathan E. Egge <unlord at xiph.org>
> ---
>  libavutil/timer.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavutil/timer.h b/libavutil/timer.h
> index 663daf81c6..03706b0d10 100644
> --- a/libavutil/timer.h
> +++ b/libavutil/timer.h
> @@ -80,6 +80,7 @@
>              return ts.tv_sec * INT64_C(1000000000) + ts.tv_nsec;
>          }
>  #       define AV_READ_TIME ff_read_time
> +#       define FF_TIMER_UNITS "ns"
>  #   endif
>  #endif

If no objections, will push soon.

-- 
Rémi Denis-Courmont
http://www.remlab.net/





More information about the ffmpeg-devel mailing list