Searched refs:next_ofs (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mxfdec.c | 3518 int64_t next_ofs = -1; in mxf_set_current_edit_unit() local 3527 …xf, t, edit_unit + track->edit_units_per_packet, track->edit_rate, NULL, &next_ofs, NULL, 0) < 0 && in mxf_set_current_edit_unit() 3528 (next_ofs = mxf_essence_container_end(mxf, t->body_sid)) <= 0) { in mxf_set_current_edit_unit() 3534 if (next_ofs > current_offset) in mxf_set_current_edit_unit() 3535 return next_ofs; in mxf_set_current_edit_unit() 3642 int64_t next_ofs; in mxf_read_packet() local 3659 next_ofs = mxf_set_current_edit_unit(mxf, st, pos, 1); in mxf_read_packet() 3664 if (next_ofs <= 0) { in mxf_read_packet() 3672 if ((size = next_ofs - pos) <= 0) { in mxf_read_packet()
|