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:
cca1b24
)
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
author
Arpi
<arpi@thot.banki.hu>
Sun, 1 Sep 2002 14:30:55 +0000
(14:30 +0000)
committer
Arpi
<arpi@thot.banki.hu>
Sun, 1 Sep 2002 14:30:55 +0000
(14:30 +0000)
Originally committed as revision 7221 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/postprocess_template.c
patch
|
blob
|
history
diff --git
a/postproc/postprocess_template.c
b/postproc/postprocess_template.c
index
4e5bd16
..
dbb6dd5
100644
(file)
--- a/
postproc/postprocess_template.c
+++ b/
postproc/postprocess_template.c
@@
-2449,6
+2449,8
@@
static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int
* Copies a block from src to dst and fixes the blacklevel
* levelFix == 0 -> dont touch the brighness & contrast
*/
+#undef SCALED_CPY
+
static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, uint8_t src[], int srcStride,
int levelFix)
{