diff libpostproc/postprocess.h @ 179:02b2b7ffe324 libavcodec

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 a0efaf471d6b
children 3ccd74a91074
line wrap: on
line diff
--- a/libpostproc/postprocess.h	Wed Dec 26 14:02:08 2001 +0000
+++ b/libpostproc/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