comparison libpostproc/postprocess.h @ 319:3ef1cc75d5f5 libavcodec

fix typo found by Milan Cutka <cutka@szm.sk>
author michael
date Fri, 12 Apr 2002 14:01:10 +0000
parents d310beb2d848
children 4914252c963a
comparison
equal deleted inserted replaced
318:21697f35a9ca 319:3ef1cc75d5f5
114 114
115 /* Obsolete, dont use it, use getPpModeByNameAndQuality() instead */ 115 /* Obsolete, dont use it, use getPpModeByNameAndQuality() instead */
116 int getPpModeForQuality(int quality); 116 int getPpModeForQuality(int quality);
117 117
118 // name is the stuff after "-pp" on the command line 118 // name is the stuff after "-pp" on the command line
119 struct PPMode getPpModeByNameAndQuality(char *name, int quality); 119 struct PPMode getPPModeByNameAndQuality(char *name, int quality);
120 120
121 int readPPOpt(void *conf, char *arg); 121 int readPPOpt(void *conf, char *arg);
122 122
123 #endif 123 #endif