From 3cd5dd15f8a8383d51dedf19a207ebb8171dd26a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 21 Oct 2018 19:24:36 +0200 Subject: [PATCH] decoder/mad: don't initialize xing::frames --- src/decoder/plugins/MadDecoderPlugin.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/decoder/plugins/MadDecoderPlugin.cxx b/src/decoder/plugins/MadDecoderPlugin.cxx index c5c4886b5..3a35df141 100644 --- a/src/decoder/plugins/MadDecoderPlugin.cxx +++ b/src/decoder/plugins/MadDecoderPlugin.cxx @@ -707,7 +707,6 @@ inline bool MadDecoder::DecodeFirstFrame(Tag **tag) { struct xing xing; - xing.frames = 0; while (true) { enum mp3_action ret;