diff data/fileio/WavFileReader.h @ 265:e08f486e8d8c

* Enable threaded decoding for Ogg and MP3 files. Needs some work on reducing updates to the overview widget
author Chris Cannam
date Wed, 06 Jun 2007 16:24:55 +0000
parents 570794f6f6a7
children 20028c634494
line wrap: on
line diff
--- a/data/fileio/WavFileReader.h	Fri Jun 01 13:56:35 2007 +0000
+++ b/data/fileio/WavFileReader.h	Wed Jun 06 16:24:55 2007 +0000
@@ -40,6 +40,8 @@
     
     static void getSupportedExtensions(std::set<QString> &extensions);
 
+    virtual int getDecodeCompletion() const { return 100; }
+
     bool isUpdating() const { return m_updating; }
 
     void updateFrameCount();