From 4f34d0dd9464fc47fd63e159316317ca0d078899 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 14 Mar 2020 20:57:51 +0000 Subject: restored cddb support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9285 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/cdaudio/decoder_cdaudio.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/plugins/Input/cdaudio/decoder_cdaudio.h') 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 tracks, uint disc_id); + static bool readFromCache(QList *tracks, uint disc_id); // libcdio variables lsn_t m_first_sector; lsn_t m_last_sector; -- cgit v1.2.3-13-gbd6f