From eb6cbcd58f2f1142cab49a54283b290ecb9e0a4a Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 2 Sep 2013 15:18:40 +0100 Subject: load audio from graph --- rotord/src/rendercontext.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'rotord/src/rendercontext.h') diff --git a/rotord/src/rendercontext.h b/rotord/src/rendercontext.h index d28cd82..bf7bb11 100644 --- a/rotord/src/rendercontext.h +++ b/rotord/src/rendercontext.h @@ -2,7 +2,6 @@ #define RENDERCONTEXT_H #include "Poco/Task.h" -#include "Poco/File.h" #include "Poco/StringTokenizer.h" #include "rotor.h" @@ -53,7 +52,6 @@ namespace Rotor { audio_thumb=new Audio_thumbnailer(); state=IDLE; output_framerate=25.0f; - audio_loaded=false; xmlIO xml; if(xml.loadFile("settings.xml") ){ @@ -91,7 +89,7 @@ namespace Rotor { std::deque work_queue; std::unordered_map renders; Poco::Mutex mutex; //lock for access from parent thread - std::string audio_filename; + std::string output_filename; std::string graph_dir; std::string media_dir; @@ -101,7 +99,6 @@ namespace Rotor { Graph graph; Node_factory factory; float output_framerate; - bool audio_loaded; }; } -- cgit v1.2.3