diff options
| author | Comment <tim@gray.(none)> | 2014-02-18 11:40:26 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-02-18 11:40:26 +0000 |
| commit | 5c11c21656b0c0ee6f1bb6eec1dfa3ff6f602d87 (patch) | |
| tree | 37615095823b5ce4ae7632c326addaff7b3700f0 /rotord/src | |
| parent | 51607ddc4537f8c5736765553cb3403951009f36 (diff) | |
ffms2 hack for short files
Diffstat (limited to 'rotord/src')
| -rw-r--r-- | rotord/src/rotor.h | 5 |
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; }; |
