We use the libavformat APIs to open and read frames from various
containers.  The basics work fine for MKV.  However, we have encountered an
issue seeking forward.  It seems the index table is populated as the file
is played.  As such, the index entries beyond the current frame are not
available.  Seeking forward results in seeking to a non-key-frame.

Is there any way to force the index entry table to get completely populated
with all key-frames in the Cues section?

Thanks,
Bob
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to