summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-10-30 21:13:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-10-30 21:13:07 +0000
commit1d9324fd4e179ff49df6cad3a3dd8280920166a1 (patch)
tree1268b2692a57f25418e90a92907becf691978f1c
parentfa6ea14e403d98ff3c413633e0a1f6652e40c51d (diff)
downloadffmpeg-streaming-1d9324fd4e179ff49df6cad3a3dd8280920166a1.zip
ffmpeg-streaming-1d9324fd4e179ff49df6cad3a3dd8280920166a1.tar.gz
removing "-npp" (found by arpi)
Originally committed as revision 7987 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-rw-r--r--postproc/postprocess.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/postproc/postprocess.c b/postproc/postprocess.c
index b46309d..6353334 100644
--- a/postproc/postprocess.c
+++ b/postproc/postprocess.c
@@ -530,13 +530,13 @@ static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int
/* -pp Command line Help
*/
char *pp_help=
-"-npp <filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n"
+"<filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n"
"long form example:\n"
-"-npp vdeblock:autoq,hdeblock:autoq,linblenddeint -npp default,-vdeblock\n"
+"vdeblock:autoq,hdeblock:autoq,linblenddeint default,-vdeblock\n"
"short form example:\n"
-"-npp vb:a,hb:a,lb -npp de,-vb\n"
+"vb:a,hb:a,lb de,-vb\n"
"more examples:\n"
-"-npp tn:64:128:256\n"
+"tn:64:128:256\n"
"Filters Options\n"
"short long name short long option Description\n"
"* * a autoq cpu power dependant enabler\n"
OpenPOWER on IntegriCloud