aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decoder_mad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.cpp')
-rw-r--r--src/plugins/Input/mad/decoder_mad.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.cpp b/src/plugins/Input/mad/decoder_mad.cpp
index 57924f620..7c1339ece 100644
--- a/src/plugins/Input/mad/decoder_mad.cpp
+++ b/src/plugins/Input/mad/decoder_mad.cpp
@@ -308,14 +308,14 @@ bool DecoderMAD::findHeader()
return true;
}
-qint64 DecoderMAD::totalTime()
+qint64 DecoderMAD::totalTime() const
{
if (!m_inited)
return 0;
return m_totalTime;
}
-int DecoderMAD::bitrate()
+int DecoderMAD::bitrate() const
{
return int(m_bitrate);
}