diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-09 16:26:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-09 16:26:18 +0000 |
| commit | 3e737b2dadd977dc125eba88b32864cdc8f08af1 (patch) | |
| tree | 0234143bae8e6ae8a455a95b24bb9fbcf7f26410 /src/lib | |
| parent | a5451a393cae22d0c56d49064949b147579d6e69 (diff) | |
Fix previous commit.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<const Film> f, weak_ptr<Job> j) : _film (f) |
