demux: mp4: fix incorrect duration of fMP4 file
The duration of the last fragment is not calculated in, so it reports zero if there's only one moof atom in fMP4 file.
fixes #27792 (closed)
Merge request reports
Activity
added 3 commits
-
64d59a9d...0745da73 - 2 commits from branch
videolan:master
- a397a6c3 - demux: mp4: fix incorrect duration of fMP4 file
-
64d59a9d...0745da73 - 2 commits from branch
Thanks
Thanks for your contribution!
When all of the following conditions are fulfilled, your MergeRequest will be reviewed by the Team:
- the check pipeline passes
- the MR is considered as 'mergeable' by gitlab
You can find more details about the acceptance process here.
added MRStatus::Reviewable label
requested review from @fcartegnie
added MRStatus::WaitingForReviewerFeedback label and removed MRStatus::Reviewable label
I picked wrong commit from 3.0.x branch by accident. Fix in ed4a7dcf.
that can't be right, using duration as start time..
Do you mean
p_times
in structmp4_fragments_index_t
are the starting time of tracks? I think they are duration...Edited by Vacantron Chen
added MRStatus::InReview label and removed MRStatus::WaitingForReviewerFeedback label
added 1 commit
- ed4a7dcf - demux: mp4: fix missing time offset from moov
changed milestone to %4.0
added Component::Demuxers: MP4 label
added MRStatus::Duplicate label and removed MRStatus::InReview label