summaryrefslogtreecommitdiff
path: root/rotord/src/graph.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-07 15:05:08 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-07 15:05:08 +0100
commitc82fb2010c8ce4741f30f91816fca76d6de98dbf (patch)
tree867ff492cb4cdbe084175eae7c1b9d27f7a04751 /rotord/src/graph.cpp
parent6f0f7600e22590b28fc6b0d11a28fa7a42931e20 (diff)
refactored progress indicator
Diffstat (limited to 'rotord/src/graph.cpp')
-rw-r--r--rotord/src/graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp
index e6c0e3f..333d11c 100644
--- a/rotord/src/graph.cpp
+++ b/rotord/src/graph.cpp
@@ -79,7 +79,7 @@ bool Graph::preview(xmlIO &XML,string &node,string &_format,int frame,int w,int
return false;
}
-bool Graph::video_render(const string &output_filename,const float framerate,float& progress) {
+bool Graph::video_render(const string &output_filename,const float framerate) {
//vector<Node*> loaders=find_nodes("video_loader");
//for (auto i:loaders){
// if (!dynamic_cast<Video_loader*>(i)->isLoaded) {