Open
Bug 1747761
Opened 4 years ago
Updated 4 years ago
Improve codec specific data handling in VideoInfo
Categories
(Core :: Audio/Video: Playback, task, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: bryce, Unassigned)
References
Details
We can improve our handling of codec specific data by imposing more typing upon it and by removing the duplication in the members we use to store that data.
Having extra typing rather than just a binary blob will have various benefits:
- Easier to find where data is used by searching for types, binary blobs are hard to track.
- Better self documenting types -- hard to know what data is being stored in a binary blob compared to a explicit data structure.
- Better type checking.
- And more.
Comment 1•4 years ago
|
||
Unassigning bugs assigned to Bryce because he no longer works at Mozilla.
Assignee: brycebugemail → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•