Mercurial > mplayer.hg
comparison libswscale/swscale_template.c @ 30896:28af330d8c96
Replace wrong condition name in #endif comment by correct instance.
author | diego |
---|---|
date | Fri, 19 Mar 2010 09:58:45 +0000 |
parents | ee9be9626e70 |
children | 0be6ed163321 |
comparison
equal
deleted
inserted
replaced
30895:f08d81b195fa | 30896:28af330d8c96 |
---|---|
2209 } | 2209 } |
2210 //filter += hFilterSize; | 2210 //filter += hFilterSize; |
2211 dst[i] = FFMIN(val>>7, (1<<15)-1); // the cubic equation does overflow ... | 2211 dst[i] = FFMIN(val>>7, (1<<15)-1); // the cubic equation does overflow ... |
2212 //dst[i] = val>>7; | 2212 //dst[i] = val>>7; |
2213 } | 2213 } |
2214 #endif /* COMPILE_ALTIVEC */ | 2214 #endif /* COMPILE_TEMPLATE_ALTIVEC */ |
2215 #endif /* COMPILE_MMX */ | 2215 #endif /* COMPILE_MMX */ |
2216 } | 2216 } |
2217 | 2217 |
2218 //FIXME all pal and rgb srcFormats could do this convertion as well | 2218 //FIXME all pal and rgb srcFormats could do this convertion as well |
2219 //FIXME all scalers more complex than bilinear could do half of this transform | 2219 //FIXME all scalers more complex than bilinear could do half of this transform |