diff options
Diffstat (limited to 'rotord/src/rotor.h')
| -rwxr-xr-x | rotord/src/rotor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index f9cafa2..85e7ac4 100755 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -1043,7 +1043,7 @@ namespace Rotor { Video_loader(map<string,string> &settings) { base_settings(settings); isLoaded=false; - string filename=find_setting(settings,"filename",""); + filename=find_setting(settings,"filename",""); if (filename!="") { load(find_setting(settings,"media_path","")+filename); } @@ -1056,6 +1056,7 @@ namespace Rotor { private: libav::decoder player; Image image; + string filename; }; /* class CVideo_loader: public Image_node { |
