decoder/mad: don't initialize xing::frames

This commit is contained in:
Max Kellermann 2018-10-21 19:24:36 +02:00
parent 562ae44d38
commit 3cd5dd15f8
1 changed files with 0 additions and 1 deletions

View File

@ -707,7 +707,6 @@ inline bool
MadDecoder::DecodeFirstFrame(Tag **tag)
{
struct xing xing;
xing.frames = 0;
while (true) {
enum mp3_action ret;