Miam-Player  0.8.0
A nice music player
AVIndexEntry Struct Reference

#include <avformat.h>

Public Attributes

int64_t pos
 
int64_t timestamp
 
int flags:2
 
int size:30
 
int min_distance
 

Member Data Documentation

int AVIndexEntry::flags
int AVIndexEntry::min_distance

Minimum distance between this and the previous keyframe, used to avoid unneeded searching.

int64_t AVIndexEntry::pos
int AVIndexEntry::size
int64_t AVIndexEntry::timestamp

Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are available when seeking to this entry. That means preferable PTS on keyframe based formats. But demuxers can choose to store a different timestamp, if it is more convenient for the implementation or nothing better is known


The documentation for this struct was generated from the following file: