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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmov.c112 int64_t *chunk_offsets; member in struct:MOVStreamContext
733 sc->chunk_offsets = av_malloc(entries * sizeof(int64_t));
734 if (!sc->chunk_offsets)
740 sc->chunk_offsets[i] = get_be32(pb);
743 sc->chunk_offsets[i] = get_be64(pb);
1329 current_offset = sc->chunk_offsets[i];
1369 current_offset = sc->chunk_offsets[i];
1485 av_freep(&sc->chunk_offsets);

Completed in 47 milliseconds