Signed-off-by: Oleksij Rempel <[email protected]>
---
 libavcodec/dss_sp_dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dss_sp_dec.c b/libavcodec/dss_sp_dec.c
index 7dc11f3..b3ed749 100644
--- a/libavcodec/dss_sp_dec.c
+++ b/libavcodec/dss_sp_dec.c
@@ -599,7 +599,7 @@ static void dss_sp_sf_synthesis(DssSpContext *p, int32_t 
lpc_filter,
 {
     int32_t tmp_buf[15];
     int32_t noise[72];
-    int bias, vsum_2, vsum_1, v36, normalize_bits;
+    int bias, vsum_2 = 0, vsum_1 = 0, v36, normalize_bits;
     int i, tmp;
 
     if (size > 0) {
-- 
1.9.1

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

Reply via email to