Bug 690402 - bcpfact in pdf_loadtile should be 1 by default, not 1<<16
Summary: bcpfact in pdf_loadtile should be 1 by default, not 1<<16
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P4 normal
Assignee: Tor Andersson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-12 17:01 UTC by Krzysztof Kowalczyk
Modified: 2009-07-02 16:52 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Kowalczyk 2009-04-12 17:01:30 UTC
When this change was made:

http://darcs.ghostscript.com/darcsweb.cgi?r=fitz;a=commitdiff;h=20090408111643-f546f-f6260cbb51242492c945e915fa35586d9cfeef44.gz

the default value for bpcfact was not updated from 1<<16 to 1 (which might not
matter if all the cases in the following switc() are handled, but still...)