<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">3.1 is already old version but I’m using 3.0.5 in my project and I updated today it to 3.2.2.</div><div class=""><br class=""></div><div class="">avcodec_decode_video2 is deprecated but still works so I tested decoding with 1920x1080 with 3.2.2.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">1. Change just library</div><div class=""><br class=""></div><div class="">Decoding speed of <font face="Times" style="font-weight: bold;" class="">avcodec_decode_vdeo2</font> for 3.2.2 is slow (0.03 sec / frame ) than 3.0.5 (0.001 or less / frame) so 1920x1080 video for 3.2.2 stopped frequently but not for 3.0.5.</div><div class=""><br class=""></div><div class="">2. Fix deprecated functions</div><div class=""><br class=""></div><div class="">The result is same. After changing avcodec_decode_video2 to avcodec_send_packet and avcodec_receive_frame, 3.2.2 still slow decoding speed.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Any idea for this?</div><div class=""><br class=""></div><div class="">Thanks.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>