mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
tools: fix grammar error
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit f71c98ee12
)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
b9ec80322b
commit
d609986f39
@ -375,7 +375,7 @@ static int read_tfra(struct Tracks *tracks, int start_index, AVIOContext *f)
|
||||
track->duration -
|
||||
track->offsets[track->chunks - 1].time;
|
||||
}
|
||||
// Now try and read the actual durations from the trun sample data.
|
||||
// Now try to read the actual durations from the trun sample data.
|
||||
for (i = 0; i < track->chunks; i++) {
|
||||
int64_t duration = read_moof_duration(f, track->offsets[i].offset);
|
||||
if (duration > 0 && abs(duration - track->offsets[i].duration) > 3) {
|
||||
|
Loading…
Reference in New Issue
Block a user