Mercurial > libavcodec.hg
changeset 319:3ef1cc75d5f5 libavcodec
fix typo found by Milan Cutka <cutka@szm.sk>
author | michael |
---|---|
date | Fri, 12 Apr 2002 14:01:10 +0000 |
parents | 21697f35a9ca |
children | cda7d0857baf |
files | libpostproc/postprocess.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);