<html><head></head><body>LGTM<br><br><div class="gmail_quote">Le 20 décembre 2019 14:55:55 GMT+02:00, Steve Lhomme <robux4@ycbcr.xyz> 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">If the VLC_TICK_INVALID value changes it wouldn't be working properly.<br><br>picture_Reset() does set the value properly.<hr> src/misc/picture.c | 1 +<br> 1 file changed, 1 insertion(+)<br><br>diff --git a/src/misc/picture.c b/src/misc/picture.c<br>index 89b4ddee62f..f44c9041a1f 100644<br>--- a/src/misc/picture.c<br>+++ b/src/misc/picture.c<br>@@ -203,6 +203,7 @@ static bool picture_InitPrivate(const video_format_t *restrict p_fmt,<br>     picture_t *p_picture = &priv->picture;<br> <br>     memset( p_picture, 0, sizeof( *p_picture ) );<br>+    p_picture->date = VLC_TICK_INVALID;<br> <br>     p_picture->format = *p_fmt;<br>     /* Make sure the real dimensions are a multiple of 16 */</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>