<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Dear everyone,</div><div>I got the problem when i tried to decode <font style="background-color: rgb(230, 230, 230);" color="#ff0000"><strong>.asf</strong></font> video file. here is my source code discription:</div><div> </div><div>( source code for ffmpeg preparation)</div><div>...</div><div><em>int l</em><em>en = avcodec_decode_video2(pCodecCtx, pFrame, &frameFinished, &packet);<br>if ( len < 0 )<br>{<br>    fprintf(stderr, "Problems decoding frame\n");</em></div><div><em><span class="tab"><span class="tab">    </span>fprintf(stderr, "len = %d\n", len );</span> </em></div><div><em><span class="tab">    </span>return 1;<br>}<br><br>if(frameFinished) {<br>    dosomething();<br>}</em><br></div><div>The result of <em>len</em>
 variable i got is always -1094995529 for .asf file. Other video files are decoded successfully. Does anybody know the solution for this issue?</div><div>Thank you very much!<br></div></div></body></html>