Mercurial > libavcodec.hg
diff imgresample.c @ 5963:80103098c797 libavcodec
spelling
| author | vitor |
|---|---|
| date | Sat, 01 Dec 2007 22:21:04 +0000 |
| parents | 09f99af1db40 |
| children | bc22d052c6e5 |
line wrap: on
line diff
--- a/imgresample.c Sat Dec 01 15:41:35 2007 +0000 +++ b/imgresample.c Sat Dec 01 22:21:04 2007 +0000 @@ -285,7 +285,7 @@ } #endif /* HAVE_MMX */ -/* slow version to handle limit cases. Does not need optimisation */ +/* slow version to handle limit cases. Does not need optimization */ static void h_resample_slow(uint8_t *dst, int dst_width, const uint8_t *src, int src_width, int src_start, int src_incr, int16_t *filters)
