summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/graph.h')
-rw-r--r--rotord/src/graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h
index 9207559..4df01bf 100644
--- a/rotord/src/graph.h
+++ b/rotord/src/graph.h
@@ -53,6 +53,7 @@ namespace Rotor {
bool check_audio(string audio,string path);
bool print_features(xmlIO &XML,string &node);
bool load_audio(const string &filename,vector<Audio_processor*> processors);
+ bool _load_audio(const string &filename,vector<Audio_processor*> processors);
bool load_video(const string &nodeID,const string &filename);//can be performance or clip
bool loaded;
float duration;