Searched refs:trex (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.c1655 MOVTrackExt *trex = NULL; local
1667 trex = &c->trex_data[i];
1670 if (!trex) {
1671 av_log(c->fc, AV_LOG_ERROR, "could not find corresponding trex\n");
1678 else frag->stsd_id = trex->stsd_id;
1680 frag->duration = flags & 0x08 ? get_be32(pb) : trex->duration;
1681 frag->size = flags & 0x10 ? get_be32(pb) : trex->size;
1682 frag->flags = flags & 0x20 ? get_be32(pb) : trex->flags;
1689 MOVTrackExt *trex; local
1693 trex
[all...]

Completed in 188 milliseconds