Lines Matching defs:frames
44 MPCFrame *frames;
74 av_log(s, AV_LOG_ERROR, "Too many frames, seeking is not possible\n");
87 c->frames = av_malloc(c->fcount * sizeof(MPCFrame));
88 if (!c->frames) {
92 st->priv_data = c->frames;
94 av_log(s, AV_LOG_WARNING, "Container reports no frames\n");
133 avio_seek(s->pb, c->frames[c->curframe].pos, SEEK_SET);
134 c->curbits = c->frames[c->curframe].skip;
151 c->frames[cur].pos = pos;
152 c->frames[cur].size = size;
153 c->frames[cur].skip = curbits - 20;