<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 style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="margin:0px;font-size:12pt;color:black;background-color:rgb(255, 255, 255)">Hi there, </span>
<div style="margin:0px;font-size:12pt;color:black;background-color:rgb(255, 255, 255)">
<br>
</div>
<span style="margin:0px;font-size:12pt;color:black;background-color:rgb(255, 255, 255)">Can somebody help me to find out why I end up with a file on disk that is only 24 kb and not readable by vlc or so, while I send valid YUV images to the codec. I have added
 the  .h and .cpp file. Up till "avcodec_receive_packet" everything seems to be OK. The function call "avcodec_send_frame" returns 0, so that must be OK but "<span style="margin:0px;background-color:white">avcodec_receive_packet" returns -11. If I flush the
 encoder (currently commented) then <span style="margin:0px;background-color:white">"</span><span style="margin:0px;background-color:white">avcodec_receive_packet"<span style="margin:0px">  returns 0 and I can see encoded data if I store it on disk. Also the
 input image to the encoder is also correct (currently commented) and checked. I'm aiming for an intra-frame encoding, so I should get the encoded frame data back, but I don't get anything back even if I send 24 images to it. </span></span></span></span><br>
</div>
</body>
</html>