summaryrefslogtreecommitdiff
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-04-12 14:01:10 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-04-12 14:01:10 +0000
commit096172d435b8c1a8136fbc57845515b900f26bc0 (patch)
treeddf1262430d79b78840b431099424628de63f4f4 /postproc/postprocess.h
parent9eafa60dded5f8fc8a008d0dc1286b95eec02d09 (diff)
fix typo found by Milan Cutka <cutka@szm.sk>
Originally committed as revision 5577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r--postproc/postprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index 2fc56f5993..b2ad963ccb 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);