summaryrefslogtreecommitdiff
path: root/postproc/postprocess_template.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-10-29 20:12:24 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-10-29 20:12:24 +0000
commitdf8d4d0ed5bb0658006a9349a814c5b220aef09d (patch)
tree13577081dff501cea5ac7b5c348946cfefdad1a5 /postproc/postprocess_template.c
parent9cb54f431196c09460510abf7c72a094e28ef5e3 (diff)
cleanup
Originally committed as revision 7964 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess_template.c')
-rw-r--r--postproc/postprocess_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c
index beea9604f5..d9cdb658c0 100644
--- a/postproc/postprocess_template.c
+++ b/postproc/postprocess_template.c
@@ -2711,7 +2711,7 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int
// 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--)