Skip to content
Snippets Groups Projects
Commit d70875c8 authored by Vitor Sessak's avatar Vitor Sessak
Browse files

Cosmetics: reindent

Originally committed as revision 14649 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7e05617a
No related branches found
No related tags found
No related merge requests found
......@@ -204,11 +204,8 @@ static void do_output_subblock(RA144Context *ractx, const uint16_t *lpc_coefs,
memcpy(ractx->curr_sblock, ractx->curr_sblock + 40,
10*sizeof(*ractx->curr_sblock));
if (ff_acelp_lp_synthesis_filter(
ractx->curr_sblock + 10, lpc_coefs,
block, BLOCKSIZE,
10, 1, 0xfff)
)
if (ff_acelp_lp_synthesis_filter(ractx->curr_sblock + 10, lpc_coefs,
block, BLOCKSIZE, 10, 1, 0xfff))
memset(ractx->curr_sblock, 0, 50*sizeof(*ractx->curr_sblock));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment