#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 382 of file avformat.h.
Definition at line 386 of file avformat.h.
Referenced by av_add_index_entry(), and mov_build_index().
Minimum distance between this and the previous keyframe, used to avoid unneeded searching.
Definition at line 388 of file avformat.h.
Referenced by av_add_index_entry(), av_seek_frame_binary(), and mov_build_index().
int64_t AVIndexEntry::pos |
Definition at line 383 of file avformat.h.
Referenced by asf_read_seek(), av_add_index_entry(), av_seek_frame_binary(), av_seek_frame_generic(), avi_read_seek(), clean_index(), guess_ni_flag(), gxf_seek(), matroska_read_seek(), mov_build_index(), mov_find_next_sample(), mov_read_chapters(), mpc8_read_seek(), mpc_read_seek(), nsv_read_seek(), read_packet(), read_seek(), rl2_read_packet(), rpl_read_packet(), tta_read_seek(), write_packet(), and wv_read_seek().
Definition at line 387 of file avformat.h.
Referenced by av_add_index_entry(), clean_index(), mov_build_index(), mov_read_chapters(), read_packet(), rl2_read_packet(), rpl_read_packet(), and tta_read_packet().
int64_t AVIndexEntry::timestamp |
Definition at line 384 of file avformat.h.
Referenced by av_add_index_entry(), av_index_search_timestamp(), av_seek_frame_binary(), av_seek_frame_generic(), avi_read_packet(), avi_read_seek(), clean_index(), matroska_read_seek(), mov_build_index(), mov_find_next_sample(), mov_read_chapters(), mov_read_seek(), mpc8_read_seek(), nsv_read_seek(), read_packet(), read_seek(), rl2_read_packet(), rl2_read_seek(), rpl_read_packet(), and tta_read_packet().