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/sndfile/decoder_sndfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/sndfile/decoder_sndfile.h') diff --git a/src/plugins/Input/sndfile/decoder_sndfile.h b/src/plugins/Input/sndfile/decoder_sndfile.h index b1a7459cd..3856c95a7 100644 --- a/src/plugins/Input/sndfile/decoder_sndfile.h +++ b/src/plugins/Input/sndfile/decoder_sndfile.h @@ -37,8 +37,8 @@ public: // Standard Decoder API bool initialize(); - qint64 totalTime(); - int bitrate(); + qint64 totalTime() const; + int bitrate() const; qint64 read(unsigned char *audio, qint64 maxSize); void seek(qint64 time); -- cgit v1.2.3-13-gbd6f