]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lpc.h
dvbsubdec: Fix function return type
[ffmpeg] / libavcodec / lpc.h
index 6b3f80e2bccb1a0907eb6eb8a0db6217552d6d72..642854c59aa5258468650c7b011a5761bfc0295d 100644 (file)
@@ -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)