[Mplayer-cvslog] CVS: main/postproc postprocess.c,1.72,1.73
Michael Niedermayer CVS
michael at mplayerhq.hu
Sun Nov 3 11:05:26 CET 2002
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv14421/postproc
Modified Files:
postprocess.c
Log Message:
pp docs
Index: postprocess.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- postprocess.c 2 Nov 2002 14:20:05 -0000 1.72
+++ postprocess.c 3 Nov 2002 10:05:19 -0000 1.73
@@ -483,11 +483,11 @@
/* -pp Command line Help
*/
char *pp_help=
-"<filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n"
+"<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]...\n"
"long form example:\n"
-"vdeblock:autoq,hdeblock:autoq,linblenddeint default,-vdeblock\n"
+"vdeblock:autoq/hdeblock:autoq/linblenddeint default,-vdeblock\n"
"short form example:\n"
-"vb:a,hb:a,lb de,-vb\n"
+"vb:a/hb:a/lb de,-vb\n"
"more examples:\n"
"tn:64:128:256\n"
"Filters Options\n"
@@ -496,8 +496,8 @@
" c chrom chrominance filtring enabled\n"
" y nochrom chrominance filtring disabled\n"
"hb hdeblock (2 Threshold) horizontal deblocking filter\n"
-" 1. Threshold: default=1, higher -> more deblocking\n"
-" 2. Threshold: default=40, lower -> more deblocking\n"
+" 1. difference factor: default=64, higher -> more deblocking\n"
+" 2. flatness threshold: default=40, lower -> more deblocking\n"
" the h & v deblocking filters share these\n"
" so u cant set different thresholds for h / v\n"
"vb vdeblock (2 Threshold) vertical deblocking filter\n"
@@ -537,7 +537,6 @@
ppMode->maxAllowedY= 234;
ppMode->minAllowedY= 16;
ppMode->baseDcDiff= 256/4;
- ppMode->flatnessThreshold=40;
ppMode->flatnessThreshold= 56-16;
ppMode->maxClippedThreshold= 0.01;
ppMode->error=0;
More information about the MPlayer-cvslog
mailing list