diff options
Diffstat (limited to 'graphics/rawstudio/patches/lensfun03.patch')
-rw-r--r-- | graphics/rawstudio/patches/lensfun03.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/rawstudio/patches/lensfun03.patch b/graphics/rawstudio/patches/lensfun03.patch new file mode 100644 index 000000000000..ee2f3554e745 --- /dev/null +++ b/graphics/rawstudio/patches/lensfun03.patch @@ -0,0 +1,11 @@ +--- a/plugins/lensfun/lensfun.c ++++ b/plugins/lensfun/lensfun.c +@@ -668,7 +668,7 @@ get_image(RSFilter *filter, const RSFilterRequest *request) + } + + /* Start threads to apply phase 2, Vignetting and CA Correction */ +- if (effective_flags & (LF_MODIFY_VIGNETTING | LF_MODIFY_CCI)) ++ if (effective_flags & LF_MODIFY_VIGNETTING) + { + /* Phase 2 is corrected inplace, so copy input first */ + guint y_offset, y_per_thread, threaded_h; |