diff options
| author | Comment <tim@gray.(none)> | 2013-09-27 19:36:29 -0400 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-09-27 19:36:29 -0400 |
| commit | 873f295e28a20e2e774852d8d7010ff5629549b4 (patch) | |
| tree | 3237d0b7f9852d3ab0f69bdd59aac2848ed1dec1 /rotord/src/graph.h | |
| parent | f40d511775eb8dfae9a28870c5e0125b5e55b305 (diff) | |
fixed crash when no node specified to load video
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 3267bb3..a13bddf 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -44,7 +44,7 @@ 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,int start, int end); bool load(string data,string media_path); bool loadFile(string &filename,string media_path); bool parseXml(string media_path); |
