You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/lpc: remove unneeded {}
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -153,7 +153,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;
|
||||||
|
|
||||||
av_assert2(normalize || !fail);
|
av_assert2(normalize || !fail);
|
||||||
|
Reference in New Issue
Block a user