Commit 094b3ce8 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e44ee1eb'

* commit 'e44ee1eb':
  movenc: Simplify code by using an existing local pointer
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 20a66868 e44ee1eb
......@@ -3676,7 +3676,7 @@ static int mov_flush_fragment(AVFormatContext *s)
}
info = &track->frag_info[track->nb_frag_info - 1];
info->offset = avio_tell(s->pb);
info->time = mov->tracks[i].frag_start;
info->time = track->frag_start;
info->duration = duration;
mov_write_tfrf_tags(s->pb, mov, track);
......
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