X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=otherlibs%2F_graphics%2Fsrc%2Fzlib%2Finftrees.h;fp=otherlibs%2F_graphics%2Fsrc%2Fzlib%2Finftrees.h;h=b1104c87e76907a2105183fa8a904f01de8356c6;hb=80cd7b93506cc1926882d5fd08a2c74ee9359e29;hp=82d365a7e901c749e7181527b62330c11c255695;hpb=467a270adf12425827305759c0c4ea8f5b2b3854;p=opencv diff --git a/otherlibs/_graphics/src/zlib/inftrees.h b/otherlibs/_graphics/src/zlib/inftrees.h index 82d365a..b1104c8 100644 --- a/otherlibs/_graphics/src/zlib/inftrees.h +++ b/otherlibs/_graphics/src/zlib/inftrees.h @@ -1,5 +1,5 @@ /* inftrees.h -- header to use inftrees.c - * Copyright (C) 1995-2003 Mark Adler + * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -36,12 +36,12 @@ typedef struct { */ /* Maximum size of dynamic tree. The maximum found in a long but non- - exhaustive search was 1004 code structures (850 for length/literals - and 154 for distances, the latter actually the result of an + exhaustive search was 1444 code structures (852 for length/literals + and 592 for distances, the latter actually the result of an exhaustive search). The true maximum is not known, but the value below is more than safe. */ -#define ENOUGH 1440 -#define MAXD 154 +#define ENOUGH 2048 +#define MAXD 592 /* Type of code to build for inftable() */ typedef enum {