Mercurial > libavcodec.hg
changeset 2407:cb521eadf9ae libavcodec
Make -pphelp output consistent with the other instances of -xxx help.
author | diego |
---|---|
date | Mon, 03 Jan 2005 00:36:26 +0000 |
parents | 25a24139f296 |
children | a6e4da1c28ee |
files | libpostproc/postprocess.c |
diffstat | 1 files changed, 9 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/postprocess.c Sat Jan 01 23:02:09 2005 +0000 +++ b/libpostproc/postprocess.c Mon Jan 03 00:36:26 2005 +0000 @@ -719,13 +719,7 @@ /* -pp Command line Help */ char *pp_help= -"<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]...\n" -"long form example:\n" -"vdeblock:autoq/hdeblock:autoq/linblenddeint default,-vdeblock\n" -"short form example:\n" -"vb:a/hb:a/lb de,-vb\n" -"more examples:\n" -"tn:64:128:256\n" +"Available postprocessing filters:\n" "Filters Options\n" "short long name short long option Description\n" "* * a autoq CPU power dependent enabler\n" @@ -754,6 +748,14 @@ "tn tmpnoise (3 threshold) temporal noise reducer\n" " 1. <= 2. <= 3. larger -> stronger filtering\n" "fq forceQuant <quantizer> force quantizer\n" +"Usage:\n" +"<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]...\n" +"long form example:\n" +"vdeblock:autoq/hdeblock:autoq/linblenddeint default,-vdeblock\n" +"short form example:\n" +"vb:a/hb:a/lb de,-vb\n" +"more examples:\n" +"tn:64:128:256\n" ; pp_mode_t *pp_get_mode_by_name_and_quality(char *name, int quality)