From 28cb6bdc4ad953433b7fc184181e116ac169987f Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 5 Jul 2013 17:43:22 +0100 Subject: fixed a deadlock in libavwrapper --- rotord/rotor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/rotor.cpp') diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index 884c565..dd98ac3 100755 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -163,6 +163,7 @@ bool Audio_analysis::init(int _channels,int _bits,int _samples, int _rate) { return analyser.init(soname,id,_channels,_bits,_samples,_rate,outputNo,params); + //attempt to load vamp plugin and prepare to receive frames of data //should the audio analysis contain a vamphost or should it inherit? //maybe neater to contain it in terms of headers etc -- cgit v1.2.3