Merge commit 'de5f92937857cccc45080c59c6236561416e5ece' into libraw-copylib

Upgrade LibRaw to 0.21.2.
This commit is contained in:
Lawrence Lee
2023-12-31 12:52:34 -08:00
19 changed files with 150 additions and 49 deletions

View File

@@ -24,6 +24,10 @@ it under the terms of the one of two licenses as you choose:
#define LIBRAW_MAX_ALLOC_MB_DEFAULT 2048L
#endif
#ifndef LIBRAW_MAX_PROFILE_SIZE_MB
#define LIBRAW_MAX_PROFILE_SIZE_MB 256LL
#endif
#ifndef LIBRAW_MAX_NONDNG_RAW_FILE_SIZE
#define LIBRAW_MAX_NONDNG_RAW_FILE_SIZE 2147483647ULL
#endif