mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #14610 from Snuffleupagus/jpx-resetContextProbabilities
[JPEG 2000] Add support for resetContextProbabilities (bug 1731483)
This commit is contained in:
commit
046ff07ee3
4 changed files with 19 additions and 5 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -303,6 +303,7 @@
|
|||
!issue14117.pdf
|
||||
!issue5070.pdf
|
||||
!issue5238.pdf
|
||||
!jp2k-resetprob.pdf
|
||||
!issue5244.pdf
|
||||
!issue5291.pdf
|
||||
!issue4398.pdf
|
||||
|
|
BIN
test/pdfs/jp2k-resetprob.pdf
Normal file
BIN
test/pdfs/jp2k-resetprob.pdf
Normal file
Binary file not shown.
|
@ -4922,6 +4922,13 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "jpx-resetContextProbabilities",
|
||||
"file": "pdfs/jp2k-resetprob.pdf",
|
||||
"md5": "fc9fb23e0a08d985b70cfb32fa9e9ca1",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"about": "Fixes one part of bug 1731483."
|
||||
},
|
||||
{ "id": "bug1140761",
|
||||
"file": "pdfs/bug1140761.pdf",
|
||||
"md5": "b74eced7634d4f248dc6265f8225d432",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue