Home
last modified time | relevance | path

Searched refs:DELAY_FRAMES (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmpc.c32 #define DELAY_FRAMES 32 macro
194 int index = av_index_search_timestamp(st, FFMAX(timestamp - DELAY_FRAMES, 0), flags); in mpc_read_seek()
198 …(index >= 0 && sti->index_entries[sti->nb_index_entries-1].timestamp >= timestamp - DELAY_FRAMES) { in mpc_read_seek()
205 timestamp -= DELAY_FRAMES; in mpc_read_seek()