mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-13 17:07:21 +00:00
libavformat/mov: Fixes individual track duration on fragmented files
This commit is contained in:
committed by
James Almer
parent
618fc15e65
commit
93ccca22bb
@@ -6228,7 +6228,8 @@ static int mov_read_sidx(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
||||
}
|
||||
}
|
||||
|
||||
c->frag_index.complete = 1;
|
||||
if (offadd == 0)
|
||||
c->frag_index.complete = 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user