comparison libpostproc/postprocess.h @ 182:3ccd74a91074 libavcodec

minor brightness/contrast bugfix / moved some global vars into ppMode non mmx compilation bugfix
author michael
date Fri, 28 Dec 2001 13:56:04 +0000
parents 02b2b7ffe324
children d310beb2d848
comparison
equal deleted inserted replaced
181:edc5f6cf1855 182:3ccd74a91074
83 83
84 int minAllowedY; // for brigtness correction 84 int minAllowedY; // for brigtness correction
85 int maxAllowedY; // for brihtness correction 85 int maxAllowedY; // for brihtness correction
86 86
87 int maxTmpNoise[3]; // for Temporal Noise Reducing filter (Maximal sum of abs differences) 87 int maxTmpNoise[3]; // for Temporal Noise Reducing filter (Maximal sum of abs differences)
88
89 int maxDcDiff; // max abs diff between pixels to be considered flat
88 }; 90 };
89 91
90 struct PPFilter{ 92 struct PPFilter{
91 char *shortName; 93 char *shortName;
92 char *longName; 94 char *longName;