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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c1102 static int mxf_edit_unit_absolute_offset(MXFContext *mxf, MXFIndexTable *index_table, int64_t edit_unit, int64_t *edit_unit_out, int64_t *offset_out, int nag) argument
1110 edit_unit = FFMAX(edit_unit, s->index_start_position); /* clamp if trying to seek before start */
1112 if (edit_unit < s->index_start_position + s->index_duration) {
1113 int64_t index = edit_unit - s->index_start_position;
1135 *edit_unit_out = edit_unit;
1145 av_log(mxf->fc, AV_LOG_ERROR, "failed to map EditUnit %"PRId64" in IndexSID %i to an offset\n", edit_unit, index_table->index_sid);

Completed in 49 milliseconds