<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 2013/11/22 2:36, Nicolas George
      wrote:<br>
    </div>
    <blockquote cite="mid:20131121183608.GA20780@phare.normalesup.org"
      type="cite">
      <pre wrap="">Le primidi 1er frimaire, an CCXXII, Mark Ma a écrit :
</pre>
      <blockquote type="cite">
        <pre wrap="">I am using the latest release version for windows.
After calling av_strerror(), I found the error buffer string is
"Error number -12 occurred".. (I have set the error buffer size to
</pre>
      </blockquote>
      <pre wrap="">
This version seems rotten, as it returns an error code it is not able to
decode afterwards.

On Linux, -12 means ENOMEM. You could try and see if the memory use raises
before encoding fails.

Regards,

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
    </blockquote>
    Hi,<br>
    Exactly it's caused by memory use raises (I found I didn't call
    av_free_packet after calling avcodec_encode_video2()). Thanks very
    much<br>
    <br>
  </body>
</html>