blob: ee2f3554e74502cb245fc44352997cd73449632c (
plain)
1
2
3
4
5
6
7
8
9
10
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;
|