<div dir="ltr"><div class="gmail_quote">On Tue, Jun 5, 2012 at 10:32 AM, <span dir="ltr"><<a href="mailto:krishnaks@iwavesystems.com" target="_blank">krishnaks@iwavesystems.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I am getting Following warning during h264 decoding using libavcodec:<br>
<br>
Increasing reorder buffer to 1<br>
Increasing reorder buffer to 16<br>
<br>
Can I avoid this warning?<br>
Size of the frame reordering buffer in the decoder is set by libavdodec<br>
itself.<br>
What is the reason for this warning?<br>
<br>
Thanks in advance<br>
KP<br></blockquote><div><br>On the faceo f it, your input stream contains B-frames, but the headers do not declare that, so ffmpeg adapts its decoder on the fly. You should not worry about this, unless the result is not satisfactory.<br>
<br>Sincerely,<br></div></div>Alex Cohn<br></div>