Libav
Data Fields
AVIndexEntry Struct Reference

#include <avformat.h>

Data Fields

int64_t pos
int64_t timestamp
int flags:2
int size:30
int min_distance
 Minimum distance between this and the previous keyframe, used to avoid unneeded searching.

Detailed Description

Definition at line 636 of file avformat.h.

Field Documentation

int64_t AVIndexEntry::pos
int64_t AVIndexEntry::timestamp
int AVIndexEntry::flags
int AVIndexEntry::size
int AVIndexEntry::min_distance

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

Definition at line 642 of file avformat.h.

Referenced by ff_add_index_entry(), ff_seek_frame_binary(), and mov_build_index().


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