diff options
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rwxr-xr-x | rotord/src/rotor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index 7580fee..f3449fa 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -1,6 +1,7 @@ #include "rotor.h" #include "nodes_audio_analysis.h" #include "nodes_drawing.h" +#include "nodes_maths.h" using namespace Rotor; Node_factory::Node_factory(){ @@ -226,7 +227,6 @@ bool Video_output::render(const float duration, const float framerate,const stri //insert audio frames until we are ahead of the video exporter.encodeFrame(audioloader.get_samples(exporter.get_audio_framesize())); af+=exporter.get_audio_step(); - } } |
