diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-11 16:11:47 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-11 16:11:47 +0100 |
| commit | f9694b7d4f1648a0fa984e7cc428bbc9eea86ca0 (patch) | |
| tree | 59e14e57c52e82927963ef71bf83de0f665c42cb /rotord/src/rotor.cpp | |
| parent | 1f52520db005e056e131f511418e4b71bc9e89fd (diff) | |
ffms2 library for video loader
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rw-r--r-- | rotord/src/rotor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
