aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mpeg/decoder_mad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/mpeg/decoder_mad.cpp')
-rw-r--r--src/plugins/Input/mpeg/decoder_mad.cpp17
1 files changed, 2 insertions, 15 deletions
diff --git a/src/plugins/Input/mpeg/decoder_mad.cpp b/src/plugins/Input/mpeg/decoder_mad.cpp
index f6645119d..58f48f680 100644
--- a/src/plugins/Input/mpeg/decoder_mad.cpp
+++ b/src/plugins/Input/mpeg/decoder_mad.cpp
@@ -3,7 +3,7 @@
* *
* Copyright (c) 2000-2001 Brad Hughes <bhughes@trolltech.com> *
* Copyright (C) 2000-2004 Robert Leslie <rob@mars.org> *
- * Copyright (C) 2009-2018 Ilya Kotov forkotov02@ya.ru *
+ * Copyright (C) 2009-2020 Ilya Kotov forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -34,20 +34,7 @@
#define INPUT_BUFFER_SIZE (32*1024)
DecoderMAD::DecoderMAD(QIODevice *i) : Decoder(i)
-{
- m_inited = false;
- m_totalTime = 0;
- m_channels = 0;
- m_bitrate = 0;
- m_freq = 0;
- m_len = 0;
- m_input_buf = nullptr;
- m_input_bytes = 0;
- m_skip_frames = 0;
- m_eof = false;
- m_skip_bytes = 0;
- m_play_bytes = -1;
-}
+{}
DecoderMAD::~DecoderMAD()
{