cosmetics: vertical realignment after last commit

Originally committed as revision 11356 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2007-12-30 21:09:08 +00:00
parent d802d7ca12
commit 1b70d88b7a
1 changed files with 6 additions and 7 deletions

View File

@ -719,8 +719,7 @@ static inline void do_imdct(AC3DecodeContext *s)
do_imdct_256(s, ch);
} else {
s->imdct_512.fft.imdct_calc(&s->imdct_512, s->tmp_output,
s->transform_coeffs[ch],
s->tmp_imdct);
s->transform_coeffs[ch], s->tmp_imdct);
}
/* For the first half of the block, apply the window, add the delay
from the previous block, and send to output */