projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eafa60
)
fix typo found by Milan Cutka <cutka@szm.sk>
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 12 Apr 2002 14:01:10 +0000
(14:01 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 12 Apr 2002 14:01:10 +0000
(14:01 +0000)
Originally committed as revision 5577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/postprocess.h
patch
|
blob
|
history
diff --git
a/postproc/postprocess.h
b/postproc/postprocess.h
index 2fc56f5993423d60d875761cd3dd1707016ec557..b2ad963ccbf2f96e8460fcf646cf36e5a949b896 100644
(file)
--- 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 getP
p
ModeByNameAndQuality(char *name, int quality);
+struct PPMode getP
P
ModeByNameAndQuality(char *name, int quality);
int readPPOpt(void *conf, char *arg);