Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.
/ mp4parse_fallible Public archive

Fallible variant of Vec optionally used in the mp4parse crate.

License

Notifications You must be signed in to change notification settings

mozilla/mp4parse_fallible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is from https://github.com/servo/servo/tree/master/components/fallible
with modification for mp4 demuxer.

The purpose of this crate is to solve infallible memory allocation problem
which causes OOM easily on win32. This is more like a temporary solution.
Once rust supports fallible memory allocation in its stdlib, this can be
retired.