From: Zhao Zhili <[email protected]>
---
libavcodec/flacdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index 0c88f577a1..1219f5b20a 100644
--- a/libavcodec/flacdec.c
+++ b/libavcodec/flacdec.c
@@ -303,7 +303,7 @@ static int decode_subframe_fixed(FLACContext *s, int32_t
*decoded,
int pred_order, int bps)
{
const int blocksize = s->blocksize;
- unsigned av_uninit(a), av_uninit(b), av_uninit(c), av_uninit(d);
+ unsigned a = 0, b = 0, c = 0, d = 0;
int i;
int ret;
--
2.46.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".