diff options
Diffstat (limited to 'src/plugins/Input/cdaudio/decoder_cdaudio.h')
| -rw-r--r-- | src/plugins/Input/cdaudio/decoder_cdaudio.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/Input/cdaudio/decoder_cdaudio.h b/src/plugins/Input/cdaudio/decoder_cdaudio.h index 29ed8c3ff..5da4c1ea7 100644 --- a/src/plugins/Input/cdaudio/decoder_cdaudio.h +++ b/src/plugins/Input/cdaudio/decoder_cdaudio.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2020 by Ilya Kotov * + * Copyright (C) 2009-2016 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -59,6 +59,9 @@ public: void seek(qint64 time) override; private: + //helper functions + static void saveToCache(QList <CDATrack> tracks, uint disc_id); + static bool readFromCache(QList <CDATrack> *tracks, uint disc_id); // libcdio variables lsn_t m_first_sector; lsn_t m_last_sector; |
