[FFmpeg-cvslog] lpc: remove unneeded {}
Michael Niedermayer
git at videolan.org
Tue Nov 25 11:55:06 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Nov 24 16:06:00 2014 +0000| [c117da9d3e0db7dc311d817054988364b3ef4587] | committer: Vittorio Giovara
lpc: remove unneeded {}
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c117da9d3e0db7dc311d817054988364b3ef4587
---
libavcodec/lpc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h
index 6b3f80e..642854c 100644
--- a/libavcodec/lpc.h
+++ b/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)
More information about the ffmpeg-cvslog
mailing list