From 1aacbf3bb5dee98bc5ab4994e1907a8416811941 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 28 Aug 2013 21:51:56 +0100 Subject: preview in XML base64 --- rotord/src/rotor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotor.h') 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; -- cgit v1.2.3