Mercurial > libavcodec.hg
changeset 7863:4ce4a18cae8e libavcodec
cosmetics: Fix indentation.
author | diego |
---|---|
date | Sun, 14 Sep 2008 22:20:14 +0000 |
parents | dc8d9cc3369e |
children | 4820bd751284 |
files | imgresample.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/imgresample.c Sun Sep 14 22:18:50 2008 +0000 +++ b/imgresample.c Sun Sep 14 22:20:14 2008 +0000 @@ -408,10 +408,10 @@ else #endif #ifdef HAVE_ALTIVEC - if ((mm_flags & MM_ALTIVEC) && NB_TAPS == 4 && FILTER_BITS <= 6) - v_resample16_altivec(output, owidth, - s->line_buf + (ring_y - NB_TAPS + 1) * owidth, owidth, - &s->v_filters[phase_y][0]); + if ((mm_flags & MM_ALTIVEC) && NB_TAPS == 4 && FILTER_BITS <= 6) + v_resample16_altivec(output, owidth, + s->line_buf + (ring_y - NB_TAPS + 1) * owidth, + owidth, &s->v_filters[phase_y][0]); else #endif v_resample(output, owidth,