summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-08-21 13:27:22 +0100
committerTim Redfern <tim@eclectronics.org>2013-08-21 13:27:22 +0100
commitcbf03a315657fc9e388e78dd39e9daf4fd0a9718 (patch)
tree9c89dac59bfa0dc185623d4225e28037d452a8d7 /rotord/src/rotor.cpp
parent393c70c5fc67fff87d189e77dffc5a22ed94a628 (diff)
remove division by zero log
Diffstat (limited to 'rotord/src/rotor.cpp')
-rwxr-xr-xrotord/src/rotor.cpp2
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));