summaryrefslogtreecommitdiff
path: root/rotord/vampHost.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-05 17:43:22 +0100
committerTim Redfern <tim@herge.(none)>2013-07-05 17:43:22 +0100
commit28cb6bdc4ad953433b7fc184181e116ac169987f (patch)
tree802c828c57c46e4a2e8617ae3a095612a387c86b /rotord/vampHost.cpp
parent6710aaddb7bb260dbef3006676799867ce865209 (diff)
fixed a deadlock in libavwrapper
Diffstat (limited to 'rotord/vampHost.cpp')
-rw-r--r--rotord/vampHost.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/vampHost.cpp b/rotord/vampHost.cpp
index 3d50c7c..65755eb 100644
--- a/rotord/vampHost.cpp
+++ b/rotord/vampHost.cpp
@@ -604,6 +604,7 @@ bool vampHost::Analyser::init(const string &soname,const string &id,const int &_
stride=channels*bytes;
scale=(1.0f/pow(2.0f,bits));
+ features.clear(); //in case of reuse
features[0.0f]=0;
loader = PluginLoader::getInstance();