summaryrefslogtreecommitdiff
path: root/rotord/rotor.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-04 14:47:16 +0100
committerTim Redfern <tim@herge.(none)>2013-07-04 14:47:16 +0100
commitd80323174f5be46051dd494308a92cfe12e2c1f5 (patch)
tree578c7e4deb42f8e24c0a7c517f39392b84cfee35 /rotord/rotor.cpp
parentfddff1ff3e50260b6518e754714b46e28fefaea6 (diff)
response to delete context
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 &image;
}
- //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;
};