diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2001-12-26 19:45:49 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2001-12-26 19:45:49 +0000 |
commit | 45b4f28550a0a1adcd58de1e31f056beb327854c (patch) | |
tree | 8c78bd213e540d2345a8094f2e1f921d9e6a0ffa /postproc/postprocess.h | |
parent | 3a842ea5d1917e0702a7dc6f0732052dd848ae05 (diff) | |
download | ffmpeg-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.h | 2 |
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 |