AVFormatContext.io_repositioned

IO repositioned flag. This is set by avformat when the underlaying IO context read pointer is repositioned, for example when doing byte based seeking. Demuxers can use the flag to detect such changes.

struct AVFormatContext
int io_repositioned;

Meta