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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c201 int nb_ptses; /* number of PTSes or total duration of index */ member in struct:__anon3593
1160 index_table->nb_ptses = 0;
1164 index_table->nb_ptses += s->index_duration;
1168 if (index_table->nb_ptses <= 0)
1171 if (!(index_table->ptses = av_calloc(index_table->nb_ptses, sizeof(int64_t))) ||
1172 !(index_table->fake_index = av_calloc(index_table->nb_ptses, sizeof(AVIndexEntry)))) {
1179 for (x = 0; x < index_table->nb_ptses; x++)
1224 if (x >= index_table->nb_ptses) {
1226 "x >= nb_ptses - IndexEntryCount %i < IndexDuration %"PRId64"?\n",
1234 if (index < 0 || index >= index_table->nb_ptses) {
[all...]

Completed in 38 milliseconds