From 3e737b2dadd977dc125eba88b32864cdc8f08af1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Jan 2014 16:26:18 +0000 Subject: [PATCH] Fix previous commit. --- src/lib/writer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 21274cb83..867ae85df 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -48,7 +48,7 @@ using std::cout; using boost::shared_ptr; using boost::weak_ptr; -int const Writer::_maximum_frames_in_memory = Config::num_local_encoding_threads() + 4; +int const Writer::_maximum_frames_in_memory = Config::instance()->num_local_encoding_threads() + 4; Writer::Writer (shared_ptr f, weak_ptr j) : _film (f) -- 2.30.2