Mercurial > libavcodec.hg
comparison libpostproc/postprocess.c @ 806:440b8e4b2d35 libavcodec
removing "-npp" (found by arpi)
| author | michael |
|---|---|
| date | Wed, 30 Oct 2002 21:13:07 +0000 |
| parents | de7636688003 |
| children | 6d225a8f0ff0 |
comparison
equal
deleted
inserted
replaced
| 805:de7636688003 | 806:440b8e4b2d35 |
|---|---|
| 528 // QP_STORE_T QPs[], int QPStride, int isColor, struct PPMode *ppMode); | 528 // QP_STORE_T QPs[], int QPStride, int isColor, struct PPMode *ppMode); |
| 529 | 529 |
| 530 /* -pp Command line Help | 530 /* -pp Command line Help |
| 531 */ | 531 */ |
| 532 char *pp_help= | 532 char *pp_help= |
| 533 "-npp <filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n" | 533 "<filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n" |
| 534 "long form example:\n" | 534 "long form example:\n" |
| 535 "-npp vdeblock:autoq,hdeblock:autoq,linblenddeint -npp default,-vdeblock\n" | 535 "vdeblock:autoq,hdeblock:autoq,linblenddeint default,-vdeblock\n" |
| 536 "short form example:\n" | 536 "short form example:\n" |
| 537 "-npp vb:a,hb:a,lb -npp de,-vb\n" | 537 "vb:a,hb:a,lb de,-vb\n" |
| 538 "more examples:\n" | 538 "more examples:\n" |
| 539 "-npp tn:64:128:256\n" | 539 "tn:64:128:256\n" |
| 540 "Filters Options\n" | 540 "Filters Options\n" |
| 541 "short long name short long option Description\n" | 541 "short long name short long option Description\n" |
| 542 "* * a autoq cpu power dependant enabler\n" | 542 "* * a autoq cpu power dependant enabler\n" |
| 543 " c chrom chrominance filtring enabled\n" | 543 " c chrom chrominance filtring enabled\n" |
| 544 " y nochrom chrominance filtring disabled\n" | 544 " y nochrom chrominance filtring disabled\n" |
