diff vamp-sdk/Plugin.h @ 360:2741e4323d1d

Merge
author Chris Cannam
date Fri, 28 Mar 2014 13:13:08 +0000
parents e85513153c71
children e43186ff8854
line wrap: on
line diff
--- a/vamp-sdk/Plugin.h	Fri Mar 28 13:11:26 2014 +0000
+++ b/vamp-sdk/Plugin.h	Fri Mar 28 13:13:08 2014 +0000
@@ -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;