Searched refs:nb_index_tables (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.c231 int nb_index_tables; member in struct:__anon3594
1269 mxf->nb_index_tables++;
1277 mxf->index_tables = av_mallocz_array(mxf->nb_index_tables,
1295 for (i = j = 0; j < mxf->nb_index_tables; i += mxf->index_tables[j++].nb_segments) {
2031 mxf->nb_index_tables != 1 ||
2207 if (mxf->nb_index_tables > 1) {
2210 mxf->nb_index_tables, mxf->index_tables[0].index_sid);
2211 } else if (mxf->nb_index_tables == 0 && mxf->op == OPAtom) {
2237 if (mxf->nb_index_tables <= 0)
2399 if (mxf->nb_index_tables >
[all...]

Completed in 114 milliseconds