diff win32-mingw/include/vamp-sdk/Plugin.h @ 108:1813f30f2f15

Update Vamp plugin SDK to 2.5
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 09 May 2013 10:52:46 +0100
parents c6e1ae789cfb
children
line wrap: on
line diff
--- a/win32-mingw/include/vamp-sdk/Plugin.h	Tue Mar 26 12:14:11 2013 +0000
+++ b/win32-mingw/include/vamp-sdk/Plugin.h	Thu May 09 10:52:46 2013 +0100
@@ -321,7 +321,7 @@
 
         OutputDescriptor() : // defaults for mandatory non-class-type members
             hasFixedBinCount(false), hasKnownExtents(false), isQuantized(false),
-            sampleType(OneSamplePerStep), hasDuration(false) { }
+            sampleType(OneSamplePerStep), sampleRate(0), hasDuration(false) { }
     };
 
     typedef std::vector<OutputDescriptor> OutputList;