1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Do not error when an EndOfPage segment is encountered in jbig2

This commit is contained in:
mduan 2013-01-15 15:04:05 -08:00
parent 4fa82683fa
commit 317db2e7c6
3 changed files with 11 additions and 0 deletions

View file

@ -897,6 +897,8 @@ var Jbig2Image = (function Jbig2ImageClosure() {
pageInfo.combinationOperatorOverride = !!(pageSegmentFlags & 64);
args = [pageInfo];
break;
case 49: // EndOfPage
break;
case 50: // EndOfStripe
break;
case 51: // EndOfFile