diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-10-30 20:50:33 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-10-30 20:50:33 +0000 |
commit | 4407a3c47a1c39271e563df784616e4c1a0a41ca (patch) | |
tree | a1802c2e02e6b68928e30765cbbb532e2c7f9997 /postproc/postprocess.c | |
parent | 6b72ac6323ec656fd0df6460ef844c83b5e76433 (diff) | |
download | ffmpeg-4407a3c47a1c39271e563df784616e4c1a0a41ca.tar.gz |
change qscale type to int8 and fix qscale ordering
Originally committed as revision 7985 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess.c')
-rw-r--r-- | postproc/postprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/postprocess.c b/postproc/postprocess.c index c804e1d568..42c8fc820c 100644 --- a/postproc/postprocess.c +++ b/postproc/postprocess.c @@ -535,7 +535,7 @@ static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int /* -pp Command line Help */ -char *postproc_help= +char *pp_help= "-npp <filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n" "long form example:\n" "-npp vdeblock:autoq,hdeblock:autoq,linblenddeint -npp default,-vdeblock\n" |