diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-08-21 13:27:22 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-08-21 13:27:22 +0100 |
| commit | cbf03a315657fc9e388e78dd39e9daf4fd0a9718 (patch) | |
| tree | 9c89dac59bfa0dc185623d4225e28037d452a8d7 /rotord/src/rotor.cpp | |
| parent | 393c70c5fc67fff87d189e77dffc5a22ed94a628 (diff) | |
remove division by zero log
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rwxr-xr-x | rotord/src/rotor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index 0a1207b..c45ce5e 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -275,7 +275,7 @@ bool Video_output::render(const float duration, const float framerate,const stri //Assertion ff_avcodec_locked failed at libavcodec/utils.c:2967 //cerr<<"videoloader: "<<vf<<" seconds, vstep "<<vstep<<" ,asking for frame "<<((int)((vf*framerate)+0.5))<<endl - + Image* i; if (usingaudio) { i=get_output(Frame_spec(vf,framerate,duration,outW,outH,a)); |
