diff options
Diffstat (limited to 'rotord/src/graph.cpp')
| -rw-r--r-- | rotord/src/graph.cpp | 2 |
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) { |
