From 47a4f30fc852f4d49df6df7b4974c7c4751107f3 Mon Sep 17 00:00:00 2001 From: Comment Date: Fri, 20 Sep 2013 15:30:57 +0100 Subject: making video top and tail --- rotord/src/rotor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotor.cpp') diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index d75b9ed..6c1c61e 100644 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -69,7 +69,7 @@ bool Image_input::connect(Node* source) { } Image* Image_input::get(const Frame_spec& time){ //gets input and updates variable if (connection){ - return (((Image_node*)connection)->get_output(time)); + return (((Image_node*)connection)->get_image_output(time)); } else return nullptr; } -- cgit v1.2.3