Mercurial > libavcodec.hg
diff libpostproc/postprocess.h @ 319:3ef1cc75d5f5 libavcodec
fix typo found by Milan Cutka <cutka@szm.sk>
| author | michael |
|---|---|
| date | Fri, 12 Apr 2002 14:01:10 +0000 |
| parents | d310beb2d848 |
| children | 4914252c963a |
line wrap: on
line diff
--- a/libpostproc/postprocess.h Tue Apr 09 04:52:49 2002 +0000 +++ b/libpostproc/postprocess.h Fri Apr 12 14:01:10 2002 +0000 @@ -116,7 +116,7 @@ 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);
