You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavf/mov: fix sidx with edit lists
This commit is contained in:
@@ -3610,7 +3610,7 @@ static int mov_read_trun(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
||||
}
|
||||
av_log(c->fc, AV_LOG_DEBUG, "calculated into dts %"PRId64"\n", dts);
|
||||
} else {
|
||||
dts = frag->time;
|
||||
dts = frag->time - sc->time_offset;
|
||||
av_log(c->fc, AV_LOG_DEBUG, "found frag time %"PRId64
|
||||
", using it for dts\n", dts);
|
||||
}
|
||||
|
Reference in New Issue
Block a user