Mercurial > mplayer.hg
changeset 5576:ac6e2ce386fa
fix typo found by Milan Cutka <cutka@szm.sk>
author | michael |
---|---|
date | Fri, 12 Apr 2002 14:01:10 +0000 |
parents | 865c1fd6e0b0 |
children | 80eedd3ef6d3 |
files | postproc/postprocess.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/postproc/postprocess.h Fri Apr 12 12:53:23 2002 +0000 +++ b/postproc/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);