summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 13:56:04 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 13:56:04 +0000
commit0c4138440d91db5ce6a36e60c5616c427b1619ec (patch)
tree8257ce353372314ad682022f56ec867d75ff56a1 /postproc/postprocess.h
parent2ef40475313bda1b608b6d53cb787d7d04061997 (diff)
downloadmpv-0c4138440d91db5ce6a36e60c5616c427b1619ec.tar.bz2
mpv-0c4138440d91db5ce6a36e60c5616c427b1619ec.tar.xz
minor brightness/contrast bugfix / moved some global vars into ppMode
non mmx compilation bugfix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3833 b3059339-0415-0410-9bf9-f77b7e298cf2
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{