diff options
| author | Comment <tim@gray.(none)> | 2013-09-16 23:15:51 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-09-16 23:15:51 +0100 |
| commit | c23c67796989dd436955dbcb14c6c5b8199abca1 (patch) | |
| tree | 0bb6ed4e344152a246d6394eb5a9bed5716dde23 /rotord/src/graph.h | |
| parent | 64046a1fb1f9254a485bac61752684b51afcb622 (diff) | |
cleanup exporter wrapper
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 4df01bf..cbcc121 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -42,7 +42,6 @@ namespace Rotor { vector<Node*> find_nodes(const string &type); //could be a way of finding a set based on capabilities? Node* find_node(const string &type); bool signal_render(string &signal_xml,const float framerate); - bool _video_render(const string &output_filename,const float framerate); bool video_render(const string &output_filename,const float framerate); bool load(string data,string media_path); bool loadFile(string &filename,string media_path); @@ -53,7 +52,6 @@ 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; |
