[vlc-devel] [PATCH 10/10] vlc_tick: add VLC_TICK_EPSILON to express the tiniest vlc_tick_t that can be used
Francois Cartegnie
fcvlcdev at free.fr
Sun Jun 24 01:43:56 CEST 2018
Le 22/06/2018 à 14:53, Steve Lhomme a écrit :
> typedef int64_t vlc_tick_t;
> typedef vlc_tick_t mtime_t; /* deprecated, use vlc_tick_t */
>
> +#define VLC_TICK_EPSILON (1)
I hardly see the need.
Something else than 1 would mean our storage for our tick 'denominator'
(10e6) is insufficient.
--
Francois Cartegnie
VideoLAN - VLC Developer
More information about the vlc-devel
mailing list