Squashed 'rtengine/libraw/' content from commit cccb97647
git-subtree-dir: rtengine/libraw git-subtree-split: cccb97647fcee56801fa68231fa8a38aa8b52ef7
This commit is contained in:
21
GoPro/dng-sdk-1_4-allow-VC5-validate.diff
Normal file
21
GoPro/dng-sdk-1_4-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