diff postproc/postprocess_template.c @ 7963:0a5d69e6f2a2

cleanup
author michael
date Tue, 29 Oct 2002 20:12:24 +0000
parents 0a4ab841ae29
children a57c1fc0c2fc
line wrap: on
line diff
--- a/postproc/postprocess_template.c	Tue Oct 29 19:06:26 2002 +0000
+++ b/postproc/postprocess_template.c	Tue Oct 29 20:12:24 2002 +0000
@@ -2711,7 +2711,7 @@
 //		printf("\n\n");
 
 		/* we allways get a completly black picture first */
-		maxClipped= (uint64_t)(sum * maxClippedThreshold);
+		maxClipped= (uint64_t)(sum * c.ppMode.maxClippedThreshold);
 
 		clipped= sum;
 		for(black=255; black>0; black--)