mirror of https://git.ffmpeg.org/ffmpeg.git
cosmetics: vertical realignment after last commit
Originally committed as revision 11356 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d802d7ca12
commit
1b70d88b7a
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue