aboutsummaryrefslogtreecommitdiff
path: root/lib/recycler.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-11-27 19:10:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-11-27 19:10:13 +0000
commit2a9a78ddd34ac86dad084dc1102320645963df1c (patch)
treee4d2250b04357ffd7b0c8f324c7ca09ea7014277 /lib/recycler.h
parent10923b3e9f495e70a23d4dcbc3c891b7517e667f (diff)
downloadqmmp-2a9a78ddd34ac86dad084dc1102320645963df1c.tar.gz
qmmp-2a9a78ddd34ac86dad084dc1102320645963df1c.tar.bz2
qmmp-2a9a78ddd34ac86dad084dc1102320645963df1c.zip
fixed seeking; added effect plugin support; added sample rate converter plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@190 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib/recycler.h')
-rw-r--r--lib/recycler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/recycler.h b/lib/recycler.h
index b01742350..6bb80375d 100644
--- a/lib/recycler.h
+++ b/lib/recycler.h
@@ -26,7 +26,7 @@ public:
int used() const;
Buffer *next(); // get next in queue
- Buffer *get(); // get next in recycle
+ Buffer *get(unsigned long size); // get next in recycle
void add(); // add to queue
void done(); // add to recycle