mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'e44ee1eb8db7393e9d43207c2e1812720e292e6d'
* commit 'e44ee1eb8db7393e9d43207c2e1812720e292e6d': movenc: Simplify code by using an existing local pointer Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
094b3ce835
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue