From 8368822c8c6e8d780c0a03469ffdc4a9cd3da830 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 12 Apr 2002 14:01:10 +0000 Subject: [PATCH] fix typo found by Milan Cutka git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5577 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/postprocess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);