summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-16 15:03:56 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-16 15:03:56 +0100
commit64046a1fb1f9254a485bac61752684b51afcb622 (patch)
tree5f043b2443f6b0dee0b4dcb3d19393f546430f66 /rotord/src/graph.h
parent440ba17594d17736a56cac0d89be97fb63577989 (diff)
ffmpegsource audio loading
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;