mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
12 lines
452 B
Diff
12 lines
452 B
Diff
|
--- 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;
|