mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Merge commit '5f200bbf98efe50f63d0515b115d2ba8dae297bc'
* commit '5f200bbf98efe50f63d0515b115d2ba8dae297bc': movenc: Place the sidx index after the initial moov/mdat pair Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
10ea06b3bb
@ -4181,6 +4181,9 @@ static int mov_flush_fragment(AVFormatContext *s)
|
||||
avio_write(s->pb, buf, buf_size);
|
||||
av_free(buf);
|
||||
|
||||
if (mov->flags & FF_MOV_FLAG_FASTSTART)
|
||||
mov->reserved_header_pos = avio_tell(s->pb);
|
||||
|
||||
mov->moov_written = 1;
|
||||
mov->mdat_size = 0;
|
||||
for (i = 0; i < mov->nb_streams; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user