diff options
Diffstat (limited to 'thirdparty/Oodle/include/oodle2.h')
| -rw-r--r-- | thirdparty/Oodle/include/oodle2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/thirdparty/Oodle/include/oodle2.h b/thirdparty/Oodle/include/oodle2.h index 85315e384..d8805b134 100644 --- a/thirdparty/Oodle/include/oodle2.h +++ b/thirdparty/Oodle/include/oodle2.h @@ -26,12 +26,12 @@ // the DLL is incompatible when MAJOR is bumped // MINOR is for internal revs and bug fixes that don't affect API compatibility #define OODLE2_VERSION_MAJOR 9 -#define OODLE2_VERSION_MINOR 14 +#define OODLE2_VERSION_MINOR 15 // OodleVersion string is 1 . MAJOR . MINOR // don't make it from macros cuz the doc tool has to parse the string literal -#define OodleVersion "2.9.14" /* +#define OodleVersion "2.9.15" /* */ //----------------------------------------------------- @@ -1522,6 +1522,7 @@ OOFUNC1 OO_SINTa OOFUNC2 OodleLZ_GetCompressedBufferSizeNeeded(OodleLZ_Compresso note this is actually larger than the maximum size of a compressed stream, it includes overrun padding. + note rawSize should be >= 1 ; OodleLZ_Compress will fail on rawSize = 0 and GetCompressedBufferSizeNeeded will return zero */ // decBuf needs to be a little larger than rawLen, |