Home
last modified time | relevance | path

Searched refs:has_sidx (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Disom.h252 int has_sidx; // If there is an sidx entry for this stream. member
H A Dmov.c1363 if (sc->has_sidx) in search_frag_timestamp()
5237 int has_sidx = frag_stream_info->sidx_pts != AV_NOPTS_VALUE;
5238 int fallback_tfdt = !c->use_tfdt && !has_sidx && has_tfdt;
5239 int fallback_sidx = c->use_tfdt && !has_tfdt && has_sidx;
5252 } else if (has_sidx && !c->use_tfdt || fallback_sidx) {
5544 sc->has_sidx = 1;
5581 if (!sc->has_sidx) {

Completed in 12 milliseconds