diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-08-07 17:20:03 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-08-07 17:20:03 +0100 |
| commit | 1f8aca919df6ab2d2636cddaa30de1e388b4c09d (patch) | |
| tree | c53ae024357ff28ab14202be55017c0be5819158 /rotord/src/rotor.h | |
| parent | 873286dcb95fffc1a5ba5db78c2a59ca4fcdf952 (diff) | |
adding logging
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 { |
