Commit b247bacb authored by michael's avatar michael

removing "-npp" (found by arpi)


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@7987 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 92433470
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment