fix typo found by Milan Cutka <cutka@szm.sk>
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 12 Apr 2002 14:01:10 +0000 (14:01 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 12 Apr 2002 14:01:10 +0000 (14:01 +0000)
Originally committed as revision 5577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/postprocess.h

index 2fc56f5..b2ad963 100644 (file)
@@ -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);