We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb30b12 commit 6ed6f12Copy full SHA for 6ed6f12
1 file changed
src/iop/hlreconstruct/opposed.c
@@ -42,8 +42,7 @@ static dt_hash_t _opposed_hash(dt_dev_pixelpipe_iop_t *piece)
42
{
43
const dt_iop_highlights_data_t *d = piece->data;
44
dt_hash_t hash = dt_dev_pixelpipe_piece_hash(piece, NULL, FALSE);
45
- hash = dt_hash(hash, &d->clip, sizeof(d->clip));
46
- return dt_hash(hash, &piece->module->dev->chroma.late_correction, sizeof(int));
+ return dt_hash(hash, &d->clip, sizeof(d->clip));
47
}
48
49
static inline float _calc_linear_refavg(const float *in, const int color)
0 commit comments