aboutsummaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2001-12-26 19:45:49 +0000
committerMichael Niedermayer <michaelni@gmx.at>2001-12-26 19:45:49 +0000
commit45b4f28550a0a1adcd58de1e31f056beb327854c (patch)
tree8c78bd213e540d2345a8094f2e1f921d9e6a0ffa /postproc/postprocess.h
parent3a842ea5d1917e0702a7dc6f0732052dd848ae05 (diff)
downloadffmpeg-45b4f28550a0a1adcd58de1e31f056beb327854c.tar.gz
new -pp options stuff (-npp ...)
see line527@postproc/postprocess.c ;) for the documentation of the format Originally committed as revision 3772 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r--postproc/postprocess.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index 1c6e25d7e3..36a7b17317 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -114,4 +114,6 @@ int getPpModeForQuality(int quality);
// name is the stuff after "-pp" on the command line
struct PPMode getPpModeByNameAndQuality(char *name, int quality);
+int readPPOpt(void *conf, char *arg);
+
#endif