Mercurial > libavcodec.hg
changeset 806:440b8e4b2d35 libavcodec
removing "-npp" (found by arpi)
author | michael |
---|---|
date | Wed, 30 Oct 2002 21:13:07 +0000 |
parents | de7636688003 |
children | 0e1d375c537f |
files | libpostproc/postprocess.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/postprocess.c Wed Oct 30 21:02:03 2002 +0000 +++ b/libpostproc/postprocess.c Wed Oct 30 21:13:07 2002 +0000 @@ -530,13 +530,13 @@ /* -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"