diff options
Diffstat (limited to 'src/plugins/Input/sndfile/decoder_sndfile.h')
| -rw-r--r-- | src/plugins/Input/sndfile/decoder_sndfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
