Hi everybody,<br><br>I recently managed to apply a more recent version of libav (53) in my program to update it from libav-52 use.<br>The thing is some functions don't give the same results at all.<br>For example, av_find_stream_info which used to give me an CODEC_TYPE_DATA codec_type on some custom metadata streams gives me now an AVMEDIA_TYPE_AUDIO codec type. Seems not do annoying, i just needed to modify my code. The thing is the way that av_read_frame extract packets seems to be dependent on this choice. My AVpacket sizes are radically different between the 2 versions, and i'm wondering how i can fix it.<br>
<br>Any ideas?<br><br>Best regards<br clear="all"><br><br><br>