summaryrefslogtreecommitdiff
path: root/rotord/rotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rotor.cpp')
-rwxr-xr-xrotord/rotor.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp
index c929fae..2d33755 100755
--- a/rotord/rotor.cpp
+++ b/rotord/rotor.cpp
@@ -393,8 +393,10 @@ Image* Video_loader::output(const Frame_spec &frame){
return ℑ
}
- //confusingly, crashes with files not made with ffmpeg/ short files?
-
+ //confusingly, crashes with files not made with short files?
+ //seems to be on last frame? - returns nullptr - still tries to clone?
+ //can't really return 1st frame instead, should get # of frames right 1st?
+ //think about what echo trails does on the last frame
return nullptr;
};