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.
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 599 of file avformat.h.


Field Documentation

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

Definition at line 610 of file avformat.h.

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

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

Definition at line 601 of file avformat.h.

Referenced by avi_read_packet(), avi_read_seek(), clean_index(), ff_add_index_entry(), ff_index_search_timestamp(), ff_seek_frame_binary(), matroska_read_seek(), mov_build_index(), mov_find_next_sample(), mov_read_chapters(), mov_read_packet(), mov_read_seek(), mpc8_read_seek(), mxf_compute_ptses_fake_index(), nsv_read_seek(), read_header(), read_packet(), read_seek(), rl2_read_packet(), rl2_read_seek(), rpl_read_packet(), seek_frame_generic(), and tta_read_packet().


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

Generated on Fri Oct 26 02:46:16 2012 for FFmpeg by  doxygen 1.5.8