Changeset 133 for smplayer/vendor/current/zlib/inftrees.c
- Timestamp:
- Oct 24, 2012, 7:56:20 PM (13 years ago)
- Location:
- smplayer/vendor/current/zlib
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/zlib/inftrees.c
r121 r133 10 10 11 11 const char inflate_copyright[] = 12 " inflate 1.2. 6Copyright 1995-2012 Mark Adler ";12 " inflate 1.2.7 Copyright 1995-2012 Mark Adler "; 13 13 /* 14 14 If you use the zlib library in a product, an acknowledgment is welcome … … 63 63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ 64 64 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 65 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 203, 69};65 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 78, 68}; 66 66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ 67 67 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193,
Note:
See TracChangeset
for help on using the changeset viewer.