Commit f8e121d9 authored by bcoudurier's avatar bcoudurier

10l, edit unit offset is after klv fill

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17122 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a2b838f5
......@@ -1330,9 +1330,8 @@ static int mxf_write_packet(AVFormatContext *s, AVPacket *pkt)
}
if (st->index == 0) {
mxf->index_entries[mxf->edit_units_count].offset = url_ftell(pb);
mxf_write_klv_fill(s);
mxf->index_entries[mxf->edit_units_count].offset = url_ftell(pb);
mxf_write_system_item(s);
mxf->edit_units_count++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment