diff options
Diffstat (limited to 'rotord/src')
| -rw-r--r-- | rotord/src/rotor.h | 1 |
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); } |
