summaryrefslogtreecommitdiff
path: root/rotord/src
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-02-13 15:44:13 +0000
committerTim Redfern <tim@eclectronics.org>2014-02-13 15:44:13 +0000
commitf3945528a57ad82cbd5862be63b75e60f39d1b4f (patch)
tree9d2333989543f9aa438446e99c1c00f611bec908 /rotord/src
parent7239781ec914c7ba06b6adb69131bfea8f48888a (diff)
implementing scaled proxies
Diffstat (limited to 'rotord/src')
-rw-r--r--rotord/src/rotor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index b2892de..b20b987 100644
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -898,6 +898,7 @@ namespace Rotor {
base_settings(settings);
media_path=find_setting(settings,"media_path","");
//for (auto a:attributes) cerr<<"Video loader: "<<a.first<<" set to "<<a.second->value<<endl;
+ //in order to implement prescaled clips, need to know size when loading-> defer
if (attributes["filename"]->value!="") {
isLoaded=load(media_path+attributes["filename"]->value);
}