diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-12 14:01:10 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-12 14:01:10 +0000 |
commit | 8368822c8c6e8d780c0a03469ffdc4a9cd3da830 (patch) | |
tree | aac3c37e4a85f10d472a7ada73cfbcb7710650ee /postproc | |
parent | e68c85a801e601c54ccf2e8ae668ed2dde5e26a0 (diff) | |
download | mpv-8368822c8c6e8d780c0a03469ffdc4a9cd3da830.tar.bz2 mpv-8368822c8c6e8d780c0a03469ffdc4a9cd3da830.tar.xz |
fix typo found by Milan Cutka <cutka@szm.sk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5577 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/postprocess.h | 2 |
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); |