png: increase buffer size

front
cinap_lenrek 2012-03-14 23:49:51 +01:00
parent 20c27e0197
commit 1f34d714d2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ int debug;
enum
{
IDATSIZE = 1000000,
IDATSIZE = 8*1024*1024,
/* filtering algorithms */
FilterNone = 0, /* new[x][y] = buf[x][y] */