<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I keep getting "packet too large, ignoring buffer limits to mux it" and "buffer underflow [...]" errors when writing my frames. I see that the errors come from output_packet() and remove_decoded_packets(), respectively, but I am unable to trace it back to
 av_interleaved_write_frame(). What could be the causes for it? <br>
</p>
<p><br>
</p>
<p>Perhaps more importantly, are there any real consequences to these errors? Will they in any way impact the output? My frames are being encrypted, so every byte in a frame is being manipulated in some way. Could this impact the process?<br>
</p>
<p><br>
</p>
<p>Any help is very much appreciated!<br>
</p>
</div>
</body>
</html>