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/sid/decoder_sid.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/Input/sid/decoder_sid.cpp') diff --git a/src/plugins/Input/sid/decoder_sid.cpp b/src/plugins/Input/sid/decoder_sid.cpp index 4f8bd1392..65d707238 100644 --- a/src/plugins/Input/sid/decoder_sid.cpp +++ b/src/plugins/Input/sid/decoder_sid.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -148,7 +148,7 @@ bool DecoderSID::initialize() return true; } -qint64 DecoderSID::totalTime() +qint64 DecoderSID::totalTime() const { return 0; } @@ -158,7 +158,7 @@ void DecoderSID::seek(qint64 pos) Q_UNUSED(pos); } -int DecoderSID::bitrate() +int DecoderSID::bitrate() const { return 8; } -- cgit v1.2.3-13-gbd6f