#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. |
Definition at line 586 of file avformat.h.
int AVIndexEntry::flags |
Definition at line 590 of file avformat.h.
Referenced by ff_add_index_entry(), mov_build_index(), mov_read_packet(), and read_header().
int AVIndexEntry::min_distance |
Minimum distance between this and the previous keyframe, used to avoid unneeded searching.
Definition at line 592 of file avformat.h.
Referenced by ff_add_index_entry(), ff_seek_frame_binary(), and mov_build_index().
int64_t AVIndexEntry::pos |
Definition at line 587 of file avformat.h.
Referenced by asf_read_seek(), avi_read_seek(), avi_sync(), check_stream_max_drift(), clean_index(), ff_add_index_entry(), ff_seek_frame_binary(), guess_ni_flag(), gxf_seek(), matroska_read_seek(), mov_build_index(), mov_find_next_sample(), mov_read_chapters(), mov_read_packet(), mpc8_read_seek(), mpc_read_seek(), nsv_read_seek(), nut_write_packet(), read_header(), read_packet(), read_seek(), rl2_read_packet(), rpl_read_packet(), seek_frame_generic(), tta_read_seek(), and wv_read_seek().
int AVIndexEntry::size |
Definition at line 591 of file avformat.h.
Referenced by clean_index(), ff_add_index_entry(), mov_build_index(), mov_read_chapters(), mov_read_packet(), read_header(), read_packet(), rl2_read_packet(), rpl_read_packet(), and tta_read_packet().
int64_t AVIndexEntry::timestamp |
Definition at line 588 of file avformat.h.
Referenced by avi_read_packet(), avi_read_seek(), check_stream_max_drift(), 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(), 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().