On 11/24/2014 11:06 AM, Vittorio Giovara wrote:
From: Michael Niedermayer <[email protected]>

Signed-off-by: Michael Niedermayer <[email protected]>
---
  libavcodec/lpc.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h
index b36b19e..9e0b056 100644
--- a/libavcodec/lpc.h
+++ b/libavcodec/lpc.h
@@ -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);


OK

-Justin

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to