summaryrefslogtreecommitdiff
path: root/rotord/rotor.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-05-07 11:39:33 +0100
committerComment <tim@gray.(none)>2013-05-07 11:39:33 +0100
commit31ba1ab9504c5a4080d9703a37ab3d4f82066037 (patch)
tree1f61f011688137752742cac405c030c25362a7f9 /rotord/rotor.h
parentff59340614ec150e4bd84d3554081e666970aef2 (diff)
tidy up audio loading
Diffstat (limited to 'rotord/rotor.h')
-rwxr-xr-xrotord/rotor.h3
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;
};
}