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,21 @@
diff --git a/source/dng_ifd.cpp b/source/dng_ifd.cpp
index 174f18f..2974323 100644
--- a/source/dng_ifd.cpp
+++ b/source/dng_ifd.cpp
@@ -3168,6 +3168,7 @@ bool dng_ifd::IsValidDNG (dng_shared &shared,
case ccUncompressed:
break;
+ case 9: /* VC5 compression support */
case ccJPEG:
{
@@ -3202,7 +3203,7 @@ bool dng_ifd::IsValidDNG (dng_shared &shared,
break;
}
-
+
case ccLossyJPEG:
{