From aa2ae6cdc3e808960f51238d9c1298d54d27e4ef Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 28 Aug 2013 16:03:20 +0100 Subject: added qm plugins to repo --- rotord/src/graph.cpp | 5 ++++- rotord/src/rendercontext.cpp | 12 ++++++++---- rotord/src/rotor.h | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) (limited to 'rotord/src') diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index e67d6f3..dc3e13e 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -33,7 +33,10 @@ bool Graph::signal_render(string &signal_xml,const float framerate) { return false; } */ -bool Graph::preview(xmlIO &XML,int w,int h){ +bool Graph::preview(xmlIO &XML,string node,int w,int h){ + // + //bool imencode(const string& ext, InputArray img, vector& buf, const vector& params=vector()) + return true; } diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp index 77adc71..a5bb54f 100644 --- a/rotord/src/rendercontext.cpp +++ b/rotord/src/rendercontext.cpp @@ -312,10 +312,14 @@ void Render_context::session_command(const Session_command& command,xmlIO& XML,H int frame=root["frame"].asInt(); int width=root["width"].asInt(); int height=root["height"].asInt(); - string resolution=root["resolution"].asString(); - cerr<<"preview: "<