Open
Bug 1972401
Opened 8 months ago
Make BitReader return an error when reading past its boundary.
Categories
(Core :: Audio/Video: Playback, task, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: alwu, Assigned: alwu)
Details
Currently when reading past the boundary of the BitReader, it would only return 0, instead of an error. We should make it return an error like BufferReader.
You need to log in
before you can comment on or make changes to this bug.
Description
•