mozilla / mp4parse-rust

Parser for ISO Base Media Format aka video/mp4 written in Rust.
Mozilla Public License 2.0
404 stars 62 forks source link

empty_duration is in the mvhd's time base #407

Closed padenot closed 1 year ago

padenot commented 1 year ago

Regression from 888ce901bb604d9e3851f7e37e0dd66759d4a6b3.

@kinetiknz, what's best to add a test here, I'm not entirely sure on how to test with without bloating the repo with a big mp4.

This fixes the bug reported as BMO#1842375.

padenot commented 1 year ago

merging as-is, will fix the nightly-only clippy errors separately.