mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +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') {
|
||||
xrefStreamStats[StreamType.CCF] = true;
|
||||
params = this.fetchIfRef(params);
|
||||
return new CCITTFaxStream(stream, maybeLength, params);
|
||||
}
|
||||
if (name === 'RunLengthDecode' || name === 'RL') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue