diff options
| author | Comment <tim@gray.(none)> | 2013-08-28 21:51:56 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-08-28 21:51:56 +0100 |
| commit | 1aacbf3bb5dee98bc5ab4994e1907a8416811941 (patch) | |
| tree | e7057c80480f7ebb1d9d2998fcf6a5759b42668f /rotord/src/rotor.h | |
| parent | caed9b7b05005ee2bcec8e7262bf5f63fe2a4df8 (diff) | |
preview in XML base64
Diffstat (limited to 'rotord/src/rotor.h')
| -rwxr-xr-x | rotord/src/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 299510a..2f0fab1 100755 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -1214,7 +1214,7 @@ namespace Rotor { bool parseXml(string media_path); bool parseJson(string &data,string &media_path); bool set_resolution(int w,int h); - bool preview(xmlIO &XML,string node,int frame,int w,int h); + bool preview(xmlIO &XML,string &node,string &format,int frame,int w,int h); bool loaded; float duration; float framerate; |
