<html><head></head><body>LGTM.<br><br><div class="gmail_quote">Le 10 mars 2020 09:58:55 GMT+02:00, Thomas Guillem <thomas@gllm.fr> 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">Once the format is configured, the out_pool need to stay valid during the life<br>time of the module or until a new format is requested.<hr> src/input/decoder.c | 1 +<br> 1 file changed, 1 insertion(+)<br><br>diff --git a/src/input/decoder.c b/src/input/decoder.c<br>index 7dbc2b8f8d..be6c916342 100644<br>--- a/src/input/decoder.c<br>+++ b/src/input/decoder.c<br>@@ -650,6 +650,7 @@ static picture_t *ModuleThread_NewVideoBuffer( decoder_t *p_dec )<br> {<br>     struct decoder_owner *p_owner = dec_get_owner( p_dec );<br>     assert( p_owner->p_vout );<br>+    assert( p_owner->out_pool );<br> <br>     picture_t *pic = picture_pool_Wait( p_owner->out_pool );<br>     if (pic)</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>