1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2025-04-15 08:14:15 +00:00
This commit is contained in:
damitha 2025-03-21 14:17:36 +11:00
parent b7ca80278e
commit b9d5efa01a

View file

@ -953,7 +953,7 @@ impl Mp4TrackWriter {
flags: 0,
entries: vec![ElstEntry {
segment_duration: self.trak.tkhd.duration,
media_time: offset,
media_time: self.offset,
media_rate: 1,
media_rate_fraction: 0,
}],