diff options
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index 93fab03..7409f19 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -641,10 +641,10 @@ namespace Rotor { bool load(const string &filename); Image *output(const Frame_spec &frame); Video_loader* clone(map<string,string> &_settings) { return new Video_loader(_settings);}; + bool isLoaded; private: libav::decoder player; Image image; - bool isLoaded; }; class Video_cycler: public Image_node { //cycles through video inputs in order |
