Closed
Bug 2032788
Opened 1 month ago
Closed 28 days ago
fix jpeg xl frame scan decodes
Categories
(Core :: Graphics: ImageLib, enhancement)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•1 month ago
|
||
We need to call jxl_decoder_process_data as many times as possible instead of just once per chunk of data recieved to make sure the chunk is fully processed.
Pushed by tnikkel@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f301bd7998e2
https://hg.mozilla.org/integration/autoland/rev/b982bf44b0db
Fix jpeg xl frame scan decodes. r=saschanaz
Comment 3•28 days ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 28 days ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•