1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

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
This commit is contained in:
Michael Niedermayer
2001-12-26 19:45:49 +00:00
parent 3a842ea5d1
commit 45b4f28550
2 changed files with 46 additions and 16 deletions

View File

@@ -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