From 5c11c21656b0c0ee6f1bb6eec1dfa3ff6f602d87 Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 18 Feb 2014 11:40:26 +0000 Subject: ffms2 hack for short files --- ffms2 | 1 + rotord/src/rotor.h | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 160000 ffms2 diff --git a/ffms2 b/ffms2 new file mode 160000 index 0000000..ec0ef9c --- /dev/null +++ b/ffms2 @@ -0,0 +1 @@ +Subproject commit ec0ef9c1d1dd6521dce5f3c02ce291cdf89aa98c 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 &_settings) { return new Video_loader(_settings);}; - bool isLoaded; private: string *filename; }; -- cgit v1.2.3