Fixed bug CBDL chroma variable badly initialized

This commit is contained in:
Desmis
2019-05-07 09:20:33 +02:00
parent 8f2ec7e224
commit d4d9799168
5 changed files with 18 additions and 12 deletions

View File

@@ -1099,7 +1099,7 @@ struct LocallabParams {
// Contrast by detail levels
bool expcbdl;
double mult[6];
int chromacbdl;
double chromacbdl;
double threshold;
int sensicb;
double clarityml;