mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
lpc: remove unneeded {}
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bc75b64cff
commit
c117da9d3e
@ -152,7 +152,7 @@ static inline int compute_lpc_coefs(const LPC_TYPE *autoc, int max_order,
|
|||||||
int normalize)
|
int normalize)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
LPC_TYPE err = { 0 };
|
LPC_TYPE err = 0;
|
||||||
LPC_TYPE *lpc_last = lpc;
|
LPC_TYPE *lpc_last = lpc;
|
||||||
|
|
||||||
if (normalize)
|
if (normalize)
|
||||||
|
Loading…
Reference in New Issue
Block a user