Commit 94337fe3 authored by jbr's avatar jbr

cosmetics: vertical realignment after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11356 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5ba95400
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment