diff options
Diffstat (limited to 'rotord')
| -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 da711e5..884c565 100755 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -392,7 +392,7 @@ Image* Video_loader::output(const Frame_spec &frame){ //} if (!player.fetchFrame(frame.w,frame.h,wanted)) { //seek fail - cerr<<"Rotor: frame returned false"<<endl; + cerr<<"Rotor: failed to seek frame"<<endl; if (image.w>0) return ℑ //just return the previous frame if possible else return nullptr; }; |
