Merge commit '638ecc4cde79b0296f2e04f683ca4cb881c28f36' as 'rtengine/libraw'
This commit is contained in:
21
rtengine/libraw/GoPro/dng-sdk-allow-VC5-validate.diff
Normal file
21
rtengine/libraw/GoPro/dng-sdk-allow-VC5-validate.diff
Normal 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:
|
||||
{
|
||||
|
Reference in New Issue
Block a user