Merge commit '638ecc4cde79b0296f2e04f683ca4cb881c28f36' as 'rtengine/libraw'

This commit is contained in:
Lawrence Lee
2023-11-12 11:49:00 -08:00
213 changed files with 77043 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- gpr_read_image.h.orig 2019-08-30 12:20:00.326653300 +0300
+++ gpr_read_image.h 2019-08-30 20:56:11.138246800 +0300
@@ -56,7 +56,8 @@
uint32 tileByteCount,
AutoPtr<dng_memory_block> &compressedBuffer,
AutoPtr<dng_memory_block> &uncompressedBuffer,
- AutoPtr<dng_memory_block> &subTileBlockBuffer);
+ AutoPtr<dng_memory_block> &subTileBlockBuffer,
+ bool usingMultipleThreads );
};
#endif // GPR_READING