summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-26 19:45:49 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-26 19:45:49 +0000
commit1eaa5eae03ccd7bbd44dbafe19ce0da1026be04c (patch)
tree3ef47d309bb8853dd0206281c2ac90d6fedb63c1 /postproc/postprocess.h
parent63dc65aa4418254d436c5dda71002ff6e2aa25c2 (diff)
downloadmpv-1eaa5eae03ccd7bbd44dbafe19ce0da1026be04c.tar.bz2
mpv-1eaa5eae03ccd7bbd44dbafe19ce0da1026be04c.tar.xz
new -pp options stuff (-npp ...)
see line527@postproc/postprocess.c ;) for the documentation of the format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3772 b3059339-0415-0410-9bf9-f77b7e298cf2
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