summaryrefslogtreecommitdiff
path: root/xBRZ/src/xbrz_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'xBRZ/src/xbrz_config.h')
-rw-r--r--xBRZ/src/xbrz_config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xBRZ/src/xbrz_config.h b/xBRZ/src/xbrz_config.h
index 84f82dcf..bd7deff4 100644
--- a/xBRZ/src/xbrz_config.h
+++ b/xBRZ/src/xbrz_config.h
@@ -24,12 +24,11 @@ namespace xbrz
{
struct ScalerCfg
{
- double luminanceWeight = 1;
double equalColorTolerance = 30;
double centerDirectionBias = 4;
double dominantDirectionThreshold = 3.6;
double steepDirectionThreshold = 2.2;
- double newTestAttribute = 0; //unused; test new parameters
+ double testAttribute = 0; //unused; test new parameters
};
}
bgstack15