Closed
Bug 880006
Opened 11 years ago
Closed 11 years ago
WMF backend should be calling NotifyBytesConsumed()
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: cpearce, Assigned: cpearce)
Details
Attachments
(1 file)
6.73 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
I forgot to call NotifyBytesConsumed() in WMFReader::Decode*(). Oops...
Assignee | ||
Comment 1•11 years ago
|
||
Remember how many bytes are read in WMFByteStream, and have the reader report and reset that counter every time WMFReader::Decode*() is called.
Attachment #760254 -
Flags: review?(paul)
Updated•11 years ago
|
Attachment #760254 -
Flags: review?(paul) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•