Open
Bug 1853276
Opened 2 years ago
Updated 2 years ago
Incorrect union of track durations when track start times differ
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: karlt, Unassigned)
References
(Blocks 2 open bugs)
Details
combined-start-time = min(start-time).
If end-time = duration + start-time, one would expect combined-duration = max(end-time) - combined-start-time, rather than max(duration).
Reporter | ||
Comment 1•2 years ago
|
||
This dates back to https://hg.mozilla.org/mozilla-central/rev/0cb2a615df60102a479c5f17b0060aad0935451e#l1.547
Blocks: 1156708
You need to log in
before you can comment on or make changes to this bug.
Description
•