Commit 85929b9c authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/lpc: remove unneeded {}

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d4065a9f
......@@ -153,7 +153,7 @@ static inline int compute_lpc_coefs(const LPC_TYPE *autoc, int max_order,
int normalize)
{
int i, j;
LPC_TYPE err = { 0 };
LPC_TYPE err = 0;
LPC_TYPE *lpc_last = lpc;
av_assert2(normalize || !fail);
......
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