FFmpeg
Data Fields
AVIndexEntry Struct Reference

#include <avformat.h>

Data Fields

int64_t pos
 
int64_t timestamp
 Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are available when seeking to this entry. More...
 
int flags:2
 
int size:30
 
int min_distance
 Minimum distance between this and the previous keyframe, used to avoid unneeded searching. More...
 

Detailed Description

Definition at line 602 of file avformat.h.

Field Documentation

◆ pos

int64_t AVIndexEntry::pos

◆ timestamp

int64_t AVIndexEntry::timestamp

◆ flags

int AVIndexEntry::flags

◆ size

int AVIndexEntry::size

◆ min_distance

int AVIndexEntry::min_distance

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

Definition at line 614 of file avformat.h.

Referenced by add_index_entry(), ff_add_index_entry(), ff_seek_frame_binary(), mov_build_index(), mov_fix_index(), and mov_read_trun().


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