From a1a44a5308793085ccac989522cfe72685143005 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 7 Nov 2013 14:01:27 +0000 Subject: video bank --- rotord/src/rotor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 78327f7..a4b3249 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -631,12 +631,12 @@ namespace Rotor { int thisframe=((Time_spec)frame).frame(); float clipframerate=(parameters["framerate"]->value==0.0f?player.get_framerate():parameters["framerate"]->value); float clipspeed=(clipframerate/frame.framerate)*parameters["speed"]->value; - switch (attributes["frame_mode"]->intVal){ + switch (attributes["time_mode"]->intVal){ case VIDEOTIME_play: if(thisframe==lastframe||thisframe==lastframe+1){ if (segment!=seg){ //start of new segment - cerr<<"segment "<