Fixed bug from ff2000

This commit is contained in:
Desmis
2019-06-26 12:34:57 +02:00
parent 5a59c90b62
commit 9a46885cfe
6 changed files with 62 additions and 55 deletions

View File

@@ -279,14 +279,15 @@ protected:
LUTf chromarefs;
LUTf lumarefs;
LUTf sobelrefs;
LUTf avgs;
double huer, huerblu, chromarblu, lumarblu, chromar, lumar, sobeler;
float avg;
bool lastspotdup;
int locallColorMask;
int locallExpMask;
int locallSHMask;
int locallcbMask;
int locallretiMask;
float avg;
public: