diff --git a/postproc/postprocess.h b/postproc/postprocess.h index 2fc56f5993423d60d875761cd3dd1707016ec557..b2ad963ccbf2f96e8460fcf646cf36e5a949b896 100644 --- a/postproc/postprocess.h +++ b/postproc/postprocess.h @@ -116,7 +116,7 @@ void postprocess2(unsigned char * src[], int src_stride, int getPpModeForQuality(int quality); // name is the stuff after "-pp" on the command line -struct PPMode getPpModeByNameAndQuality(char *name, int quality); +struct PPMode getPPModeByNameAndQuality(char *name, int quality); int readPPOpt(void *conf, char *arg);