Hi list!

I am new to ffmpeg development and i like it a lot. After switching from
MS AviFile API it feels quite refreshing. There is one problem, however,
that I have and wonder if you can sort out for me.

I wonder if there is a way to find out where closest keyframe is in a
stream (as the AVIStreamNearestKeyFrame function does). When I seek with
av_seek_frame I know that I come to the correct frame but some times I
want to know if I need to send all frames to the decoder or if I can skip
one frame and it will work as good with the next one.

So I guess my question is:
- Is there functions to find out about the next and previous keyframes?

Thanks!

/Johan

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to