lpc: remove unneeded {}

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/100/head
Michael Niedermayer 10 years ago committed by Vittorio Giovara
parent bc75b64cff
commit c117da9d3e
  1. 2
      libavcodec/lpc.h

@ -152,7 +152,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;
if (normalize)

Loading…
Cancel
Save