summaryrefslogtreecommitdiff
path: root/xBRZ/src/xbrz.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-08-17 19:22:37 -0400
committerB. Stack <bgstack15@gmail.com>2021-08-17 19:22:37 -0400
commit3555dbc4b7157f9b522617de78c84f2e28e70f45 (patch)
treeec5580fe98230ce8eb25a5ed6e53b3ec5dfd03f9 /xBRZ/src/xbrz.h
parentMerge branch '11.12-fix' into 'master' (diff)
downloadFreeFileSync-3555dbc4b7157f9b522617de78c84f2e28e70f45.tar.gz
FreeFileSync-3555dbc4b7157f9b522617de78c84f2e28e70f45.tar.bz2
FreeFileSync-3555dbc4b7157f9b522617de78c84f2e28e70f45.zip
add upstream 11.13
Diffstat (limited to 'xBRZ/src/xbrz.h')
-rw-r--r--xBRZ/src/xbrz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xBRZ/src/xbrz.h b/xBRZ/src/xbrz.h
index b3a496ba..5dfe066d 100644
--- a/xBRZ/src/xbrz.h
+++ b/xBRZ/src/xbrz.h
@@ -73,7 +73,7 @@ void nearestNeighborScale(const uint32_t* src, int srcWidth, int srcHeight,
//parameter tuning
-bool equalColorTest(uint32_t col1, uint32_t col2, ColorFormat colFmt, double luminanceWeight, double equalColorTolerance);
+bool equalColorTest2(uint32_t col1, uint32_t col2, ColorFormat colFmt, double equalColorTolerance, double testAttribute);
}
#endif
bgstack15