From 31ba1ab9504c5a4080d9703a37ab3d4f82066037 Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 7 May 2013 11:39:33 +0100 Subject: tidy up audio loading --- rotord/rotor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rotord/rotor.h') 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 processors); + bool _load_audio(const string &filename,vector 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; }; } -- cgit v1.2.3