From 64046a1fb1f9254a485bac61752684b51afcb622 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 16 Sep 2013 15:03:56 +0100 Subject: ffmpegsource audio loading --- rotord/src/graph.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/graph.h') 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 processors); + bool _load_audio(const string &filename,vector processors); bool load_video(const string &nodeID,const string &filename);//can be performance or clip bool loaded; float duration; -- cgit v1.2.3