png: increase buffer size
parent
20c27e0197
commit
1f34d714d2
|
@ -10,7 +10,7 @@ int debug;
|
|||
|
||||
enum
|
||||
{
|
||||
IDATSIZE = 1000000,
|
||||
IDATSIZE = 8*1024*1024,
|
||||
|
||||
/* filtering algorithms */
|
||||
FilterNone = 0, /* new[x][y] = buf[x][y] */
|
||||
|
|
Loading…
Reference in New Issue