summaryrefslogtreecommitdiff
path: root/rotord/rotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rotor.cpp')
-rwxr-xr-xrotord/rotor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp
index 975ec85..4c1146e 100755
--- a/rotord/rotor.cpp
+++ b/rotord/rotor.cpp
@@ -771,7 +771,7 @@ bool Video_output::render(const float duration, const float framerate,const stri
std::string container ="mov";
- if (exporter->setup(outW,outH,bitRate,frameRate,codecId,container)) {
+ if (exporter->setup(outW,outH,bitRate,frameRate,container)) { //codecId,
if (exporter->record(output_filename)) {
cerr << "Rotor: Video_output rendering " << duration << " seconds at " << framerate << " fps" << endl;