mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into jpx6
Conflicts: test/pdfs/.gitignore
This commit is contained in:
commit
016fd3282e
9 changed files with 91 additions and 26 deletions
|
@ -253,6 +253,9 @@ var Parser = (function ParserClosure() {
|
|||
if (name == 'CCITTFaxDecode' || name == 'CCF') {
|
||||
return new CCITTFaxStream(stream, params);
|
||||
}
|
||||
if (name == 'RunLengthDecode') {
|
||||
return new RunLengthStream(stream);
|
||||
}
|
||||
warn('filter "' + name + '" not supported yet');
|
||||
return stream;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue