blob: 6aa24bf3dacc6c93b2b68612c7d185e91180c3e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- coders/fpx.c 2004-04-14 18:45:28.000000000 -0400
+++ coders/fpx.c 2007-11-01 23:30:18.000000000 -0500
@@ -182,13 +182,13 @@
unsigned int
status,
- subimage;
-
- unsigned long
+ subimage,
height,
- memory_limit,
tile_width,
tile_height,
width;
+ size_t
+ memory_limit;
+
/*
Open image.
|