From f9694b7d4f1648a0fa984e7cc428bbc9eea86ca0 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 11 Sep 2013 16:11:47 +0100 Subject: ffms2 library for video loader --- rotord/src/rotor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rotord/src/rotor.cpp') diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index ee18dbd..d26cdec 100644 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -80,7 +80,7 @@ float Parameter::get(const Time_spec& time){ //gets input and updates variable return value; } -bool Video_loader::load(const string &_filename){ +bool _Video_loader::load(const string &_filename){ Logger& logger = Logger::get("Rotor"); if (isLoaded) { player.cleanup(); ///should be in decoder class? @@ -102,7 +102,7 @@ bool Video_loader::load(const string &_filename){ return false; } -Image* Video_loader::output(const Frame_spec &frame){ +Image* _Video_loader::output(const Frame_spec &frame){ if (isLoaded){ //this approach is running into the inability to seek when requesting playback speed > 1. -- cgit v1.2.3