summaryrefslogtreecommitdiff
path: root/rotord
diff options
context:
space:
mode:
Diffstat (limited to 'rotord')
-rw-r--r--rotord/src/rotor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index 08d8734..009348a 100644
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -787,9 +787,11 @@ namespace Rotor {
create_attribute("time_mode","time mode","Time mode","play",{"play","stretch"});
create_attribute("media_id","media_id","media_id","media_id"); //for rotorW
NODEID="e92255a0-447a-11e3-b0ce-3fc7ff4bdac9";
+ };
+ void init(){
isLoaded=false;
isLoadable=true;
- };
+ }
bool load(const string &filename,const int h=0){
Poco::Logger& logger = Poco::Logger::get(Log_name);
std::string file_use;
@@ -938,7 +940,6 @@ namespace Rotor {
// }
//};
Video_loader* clone(map<string,string> &_settings) { return new Video_loader(_settings);};
- bool isLoaded;
private:
string *filename;
};