diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-07-05 17:43:22 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-07-05 17:43:22 +0100 |
| commit | 28cb6bdc4ad953433b7fc184181e116ac169987f (patch) | |
| tree | 802c828c57c46e4a2e8617ae3a095612a387c86b /rotord/rotor.cpp | |
| parent | 6710aaddb7bb260dbef3006676799867ce865209 (diff) | |
fixed a deadlock in libavwrapper
Diffstat (limited to 'rotord/rotor.cpp')
| -rwxr-xr-x | rotord/rotor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
