Hi Diego, On Wed, Mar 30, 2011 at 2:42 AM, Diego Massanti <[email protected]> wrote: > Hello there, I am using libav in a project that I'm working on and > everything is working as expected except that for some reason, the > total frame count (nb_frames) inside the AVSTREAM struct is always > zero for certain stream types and containers, an example of this are > h264 streams inside an mkv container. > > What I might be doing wrong ? Is this a problem on my side or some > known issue with libav?
Known issue, in fact there was just an experimental patch by Anton to fix that issue on libav-devel. Need to confirm that the count is accurate, and then we'll commit it, hopefully in a few days. Ronald _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
