Searched refs:current_edit_unit (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.c230 int current_edit_unit; member in struct:__anon3594
2227 * Sets mxf->current_edit_unit based on what offset we're currently at.
2240 /* find mxf->current_edit_unit so that the next edit unit starts ahead of current_offset */
2241 while (mxf->current_edit_unit >= 0) {
2242 if (mxf_edit_unit_absolute_offset(mxf, t, mxf->current_edit_unit + 1, NULL, &next_ofs, 0) < 0)
2246 /* large next_ofs didn't change or current_edit_unit wrapped
2257 mxf->current_edit_unit++;
2260 /* not checking mxf->current_edit_unit >= t->nb_ptses here since CBR files may lack IndexEntryArrays */
2261 if (mxf->current_edit_unit < 0)
2282 *sample_count = av_q2d(av_mul_q((AVRational){mxf->current_edit_unit,
[all...]

Completed in 116 milliseconds