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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h170 int64_t next_root_atom; ///< offset of the next root atom member in struct:MOVContext
H A Dmov.c3225 c->next_root_atom = start_pos + a.size;
3699 if (!mov->next_root_atom)
3701 avio_seek(s->pb, mov->next_root_atom, SEEK_SET);
3702 mov->next_root_atom = 0;
3713 if (mov->next_root_atom) {
3714 sample->pos = FFMIN(sample->pos, mov->next_root_atom);
3715 sample->size = FFMIN(sample->size, (mov->next_root_atom - sample->pos));

Completed in 109 milliseconds