diff options
Diffstat (limited to 'rotord/rendercontext.cpp')
| -rw-r--r-- | rotord/rendercontext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/rendercontext.cpp b/rotord/rendercontext.cpp index 1da5725..7a76a70 100644 --- a/rotord/rendercontext.cpp +++ b/rotord/rendercontext.cpp @@ -330,6 +330,7 @@ bool Render_context::load_audio(const string &filename,vector<Base_audio_process } cerr<<"Rotor: finished audio analysis"<<endl; + return true; } bool Render_context::load_video(const string &nodeID,const string &filename){ //this is a good standard example of how to find |
