diff postproc/postprocess.h @ 3771:a14b3a600b81

new -pp options stuff (-npp ...) see line527@postproc/postprocess.c ;) for the documentation of the format
author michael
date Wed, 26 Dec 2001 19:45:49 +0000
parents b2e24fec97bc
children d05cfaf5f0f2
line wrap: on
line diff
--- a/postproc/postprocess.h	Wed Dec 26 16:34:06 2001 +0000
+++ b/postproc/postprocess.h	Wed Dec 26 19:45:49 2001 +0000
@@ -114,4 +114,6 @@
 // name is the stuff after "-pp" on the command line
 struct PPMode getPpModeByNameAndQuality(char *name, int quality);
 
+int readPPOpt(void *conf, char *arg);
+
 #endif