comparison 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
comparison
equal deleted inserted replaced
178:374f80a78f0d 179:02b2b7ffe324
112 int getPpModeForQuality(int quality); 112 int getPpModeForQuality(int quality);
113 113
114 // name is the stuff after "-pp" on the command line 114 // name is the stuff after "-pp" on the command line
115 struct PPMode getPpModeByNameAndQuality(char *name, int quality); 115 struct PPMode getPpModeByNameAndQuality(char *name, int quality);
116 116
117 int readPPOpt(void *conf, char *arg);
118
117 #endif 119 #endif