mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
parent
8042a4b783
commit
07a4837763
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ var Parser = (function ParserClosure() {
|
||||||
}
|
}
|
||||||
if (name === 'CCITTFaxDecode' || name === 'CCF') {
|
if (name === 'CCITTFaxDecode' || name === 'CCF') {
|
||||||
xrefStreamStats[StreamType.CCF] = true;
|
xrefStreamStats[StreamType.CCF] = true;
|
||||||
|
params = this.fetchIfRef(params);
|
||||||
return new CCITTFaxStream(stream, maybeLength, params);
|
return new CCITTFaxStream(stream, maybeLength, params);
|
||||||
}
|
}
|
||||||
if (name === 'RunLengthDecode' || name === 'RL') {
|
if (name === 'RunLengthDecode' || name === 'RL') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue