<html><head></head><body>timeval is not an ISO type, unlike timespec. Expect problems and consider using a macro.<br><br><div class="gmail_quote">Le 4 juillet 2018 11:39:19 GMT+03:00, Steve Lhomme <git@videolan.org> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">vlc | branch: master | Steve Lhomme <robux4@ycbcr.xyz> | Wed Jul  4 10:23:28 2018 +0200| [928e966451d7217cee2f216a001578cd3928180a] | committer: Steve Lhomme<br><br>vlc_tick: add vlc_tick_from_timeval()<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> <a href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=928e966451d7217cee2f216a001578cd3928180a">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=928e966451d7217cee2f216a001578cd3928180a</a><br></blockquote>---<br><br> include/vlc_tick.h | 5 +++++<br> 1 file changed, 5 insertions(+)<br><br>diff --git a/include/vlc_tick.h b/include/vlc_tick.h<br>index daa9a13633..6908126c7f 100644<br>--- a/include/vlc_tick.h<br>+++ b/include/vlc_tick.h<br>@@ -154,6 +154,11 @@ typedef int64_t msftime_t;<br> #define MSFTIME_FROM_VLC_TICK(vtk)  ((vtk)  * INT64_C(10000000) / CLOCK_FREQ)<br> #endif /* CLOCK_FREQ / 10000000 */<br> <br>+static inline vlc_tick_t vlc_tick_from_timeval(const struct timeval *tv)<br>+{<br>+    return vlc_tick_from_sec( tv->tv_sec ) + VLC_TICK_FROM_US( tv->tv_usec );<br>+}<br>+<br> <br> /*****************************************************************************<br>  * MSTRTIME_MAX_SIZE: maximum possible size of mstrtime<br><br><hr><br>vlc-commits mailing list<br>vlc-commits@videolan.org<br><a href="https://mailman.videolan.org/listinfo/vlc-commits">https://mailman.videolan.org/listinfo/vlc-commits</a><br></pre></blockquote></div><br>
-- <br>
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>