Skip to content

demux: mp4: fix incorrect duration of fMP4 file

Vacantron Chen requested to merge vacantron/vlc:bugfix_4.0_fMP4 into master

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