diff 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
line wrap: on
line diff
--- a/libpostproc/postprocess.c	Wed Oct 30 20:41:40 2002 +0000
+++ b/libpostproc/postprocess.c	Wed Oct 30 20:50:31 2002 +0000
@@ -535,7 +535,7 @@
 
 /* -pp Command line Help
 */
-char *postproc_help=
+char *pp_help=
 "-npp <filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n"
 "long form example:\n"
 "-npp vdeblock:autoq,hdeblock:autoq,linblenddeint	-npp default,-vdeblock\n"