diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-04-12 14:01:10 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-04-12 14:01:10 +0000 |
commit | 096172d435b8c1a8136fbc57845515b900f26bc0 (patch) | |
tree | ddf1262430d79b78840b431099424628de63f4f4 /postproc | |
parent | 9eafa60dded5f8fc8a008d0dc1286b95eec02d09 (diff) | |
download | ffmpeg-096172d435b8c1a8136fbc57845515b900f26bc0.tar.gz |
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')
-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); |