summaryrefslogtreecommitdiff
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2001-12-28 13:56:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2001-12-28 13:56:04 +0000
commit07f8991b60c097598b5c01f6adfd5ab06ce1c3ba (patch)
treebee6470f3f36bb6ab16e1ff6deab7168e713ecd5 /postproc/postprocess.h
parent43d52f761242045a993011083b3034153e820329 (diff)
minor brightness/contrast bugfix / moved some global vars into ppMode
non mmx compilation bugfix Originally committed as revision 3833 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r--postproc/postprocess.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index 36a7b17317..c6a9dbe3a1 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -85,6 +85,8 @@ struct PPMode{
int maxAllowedY; // for brihtness correction
int maxTmpNoise[3]; // for Temporal Noise Reducing filter (Maximal sum of abs differences)
+
+ int maxDcDiff; // max abs diff between pixels to be considered flat
};
struct PPFilter{