Mercurial > libavcodec.hg
comparison libpostproc/postprocess.c @ 804:f3a1bc99d4a0 libavcodec
change qscale type to int8 and fix qscale ordering
| author | michael |
|---|---|
| date | Wed, 30 Oct 2002 20:50:31 +0000 |
| parents | fbbe46490ce9 |
| children | de7636688003 |
comparison
equal
deleted
inserted
replaced
| 803:08423289ec57 | 804:f3a1bc99d4a0 |
|---|---|
| 533 //static void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, | 533 //static void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, |
| 534 // QP_STORE_T QPs[], int QPStride, int isColor, struct PPMode *ppMode); | 534 // QP_STORE_T QPs[], int QPStride, int isColor, struct PPMode *ppMode); |
| 535 | 535 |
| 536 /* -pp Command line Help | 536 /* -pp Command line Help |
| 537 */ | 537 */ |
| 538 char *postproc_help= | 538 char *pp_help= |
| 539 "-npp <filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n" | 539 "-npp <filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n" |
| 540 "long form example:\n" | 540 "long form example:\n" |
| 541 "-npp vdeblock:autoq,hdeblock:autoq,linblenddeint -npp default,-vdeblock\n" | 541 "-npp vdeblock:autoq,hdeblock:autoq,linblenddeint -npp default,-vdeblock\n" |
| 542 "short form example:\n" | 542 "short form example:\n" |
| 543 "-npp vb:a,hb:a,lb -npp de,-vb\n" | 543 "-npp vb:a,hb:a,lb -npp de,-vb\n" |
