On 10-05-2019 03:37 AM, Andriy Gelman wrote:
Hello,
Does anybody know if AVStream tracks the number of decoded frames?
I've tested a few of the variables AVStream::nb_frames and
AVStream::codec_info_nb_frames, but these don't work (as also stated in
documentation)

The AVCodecContext of the decoder has a field frame_number that tracks the frames returned to the caller.

Gyan
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to