summaryrefslogtreecommitdiff
path: root/rotord/graph.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-17 13:28:18 +0100
committerTim Redfern <tim@herge.(none)>2013-07-17 13:28:18 +0100
commite38d3d45600546b1ac2abaa1202cae189149d1b5 (patch)
tree03e0dae2f641b06cb1253acb378256e92d266d35 /rotord/graph.cpp
parent44c13aad4de51fc0d30992f5dccb053669fa29d6 (diff)
signal test semi fixed
Diffstat (limited to 'rotord/graph.cpp')
-rw-r--r--rotord/graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/graph.cpp b/rotord/graph.cpp
index 74fadb8..59f7361 100644
--- a/rotord/graph.cpp
+++ b/rotord/graph.cpp
@@ -29,7 +29,7 @@ bool Graph::signal_render(string &signal_xml,const float framerate) {
}
cerr<<"Rotor: signal output node not found"<<endl;
- return false;
+ return false;
}
bool Graph::video_render(const string &output_filename,const string &audio_filename,const float framerate,float& progress) {
vector<Node*> loaders=find_nodes("video_loader");