<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> -    AVPacket packet = {0};<br>
> +    AVPacket packet;<br>
<br>
</div>This is clearly wrong. I am not sure what François was trying to express,<br>
but with your patch, packet is uninitialized, which is clearly wrong.<br>
<br>
In other words, please test your patches.</blockquote></div><br>There is no need in AVPacket struct initializers because of the following av_packet_init (&packet) call<br><div><br></div>-- <br>Maxim Bublis
</div></div>