mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 10:15:22 +00:00
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);
|
do_imdct_256(s, ch);
|
||||||
} else {
|
} else {
|
||||||
s->imdct_512.fft.imdct_calc(&s->imdct_512, s->tmp_output,
|
s->imdct_512.fft.imdct_calc(&s->imdct_512, s->tmp_output,
|
||||||
s->transform_coeffs[ch],
|
s->transform_coeffs[ch], s->tmp_imdct);
|
||||||
s->tmp_imdct);
|
|
||||||
}
|
}
|
||||||
/* For the first half of the block, apply the window, add the delay
|
/* For the first half of the block, apply the window, add the delay
|
||||||
from the previous block, and send to output */
|
from the previous block, and send to output */
|
||||||
|
Loading…
Reference in New Issue
Block a user