diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-04-19 18:57:08 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-04-19 18:57:08 +0100 |
| commit | 47b733bbc93e565d840596d4fbc2d5d5f3d18dd2 (patch) | |
| tree | b3b4195c877335d4164bb33d41b6bf5c0c4f4243 /rotord/rotor.cpp | |
| parent | 8f75260c27d739aad3b019d29ba4178ba8ce55b5 (diff) | |
avcodec confusion
Diffstat (limited to 'rotord/rotor.cpp')
| -rwxr-xr-x | rotord/rotor.cpp | 2 |
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; |
