diff options
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)); |
