projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81bbd84
)
Replace wrong condition name in #endif comment by correct instance.
author
Diego Biurrun
<diego@biurrun.de>
Fri, 19 Mar 2010 09:58:45 +0000
(09:58 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 19 Mar 2010 09:58:45 +0000
(09:58 +0000)
Originally committed as revision 30938 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale_template.c
patch
|
blob
|
blame
|
history
diff --git
a/libswscale/swscale_template.c
b/libswscale/swscale_template.c
index
48450f7
..
e37837a
100644
(file)
--- a/
libswscale/swscale_template.c
+++ b/
libswscale/swscale_template.c
@@
-2211,7
+2211,7
@@
static inline void RENAME(hScale)(int16_t *dst, int dstW, const uint8_t *src, in
dst[i] = FFMIN(val>>7, (1<<15)-1); // the cubic equation does overflow ...
//dst[i] = val>>7;
}
-#endif /* COMPILE_ALTIVEC */
+#endif /* COMPILE_
TEMPLATE_
ALTIVEC */
#endif /* COMPILE_MMX */
}