summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
Diffstat (limited to 'postproc')
-rw-r--r--postproc/postprocess_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c
index 4e5bd166d5..dbb6dd5f42 100644
--- a/postproc/postprocess_template.c
+++ b/postproc/postprocess_template.c
@@ -2449,6 +2449,8 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int
* Copies a block from src to dst and fixes the blacklevel
* levelFix == 0 -> dont touch the brighness & contrast
*/
+#undef SCALED_CPY
+
static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, uint8_t src[], int srcStride,
int levelFix)
{