Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Disom.h166 int ffindex; ///< AVStream index member
H A Dmov.c4609 av_log(c->fc, AV_LOG_WARNING, "stream %d, timescale not set\n", sc->ffindex);
4634 sc->ffindex = st->index;
7806 sc->ffindex = st->index;
9047 sc->ffindex, sample->pos);
9057 av_log(mov->fc, AV_LOG_DEBUG, "Nonkey frame from stream %d discarded due to AVDISCARD_NONKEY\n", sc->ffindex);
9134 pkt->stream_index = sc->ffindex;
9385 if (sc->ffindex == stream_index && sc->current_sample == sample)

Completed in 11 milliseconds