fix typo found by Milan Cutka <cutka@szm.sk>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5577 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-04-12 14:01:10 +00:00
parent e68c85a801
commit 8368822c8c
1 changed files with 1 additions and 1 deletions

View 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);