From 868b4f765de568c38604389ecfa53c088d312695 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 14 Sep 2016 06:58:15 +0000 Subject: changed decoder api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6715 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/decoder_mad.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/mad/decoder_mad.cpp') 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); } -- cgit v1.2.3-13-gbd6f