diff options
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index ea4d758..5b92199 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -574,6 +574,7 @@ namespace Rotor { void cancel(); //interrupt locking process int make_preview(int nodeID, float time); //starts a frame preview - returns status code - how to retrieve? bool load_audio(const string &filename,vector<Base_audio_processor*> processors); + bool _load_audio(const string &filename,vector<Base_audio_processor*> processors); Render_requirements get_requirements(); bool load_video(const string &nodeID,const string &filename);//can be performance or clip private: @@ -591,6 +592,8 @@ namespace Rotor { Node_factory factory; float output_framerate; bool audio_loaded; + + libav::Audioloader audioloader; }; } |
