-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracks are not required to be ordered by track id in the MOOV box #43
Comments
Hi @udoprog, Thanks for catching this. Option 2 sounds like a good idea. Maybe a Edit: Also, thanks for your PRs. I'll try them out soon and merge. Jenkins queue is really backed up today. 😞 |
Thanks, if you'd like I can do 2 as well. You already seem to have GH Actions in place, so removing Travis might be an option if it's causing issues! |
Contributions are welcome. :) And yeah, GH Actions will probably have to do for now, but I'm sure the Travis queue will catch up tonight for the |
In the mean time, would it make sense to replace the |
Yeah, good catch. That should be updated to return |
…continues track ids (alfg#43)
Trying to decode such a file currently panics on this assertion:
https://github.com/alfg/mp4-rust/blob/master/src/reader.rs#L69
There's two possible solutions I can imagine:
sample_count
which uses thetrack_id
to work like aHashMap<u32, usize>
.Personally I'd go for option 2.
The text was updated successfully, but these errors were encountered: