diff runner/MultiplexedReader.h @ 195:3f7c65f26559

Fixes from last merge
author Chris Cannam
date Wed, 26 Aug 2015 21:46:52 +0100
parents 7b60603966cf
children 857ce6ecb163
line wrap: on
line diff
--- a/runner/MultiplexedReader.h	Wed Aug 19 16:36:41 2015 +0100
+++ b/runner/MultiplexedReader.h	Wed Aug 26 21:46:52 2015 +0100
@@ -33,8 +33,7 @@
     virtual QString getError() const { return m_error; }
     virtual bool isQuicklySeekable() const { return m_quicklySeekable; }
 
-    virtual void getInterleavedFrames(int start, int count,
-				      SampleBlock &frames) const;
+    virtual SampleBlock getInterleavedFrames(sv_frame_t start, sv_frame_t count) const;
 
     virtual int getDecodeCompletion() const;