diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-29 16:46:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-29 16:46:30 +0100 |
| commit | a07b5d79f2ac072d550ccb5587fe527c5340e248 (patch) | |
| tree | 0639697a62bb23b4effa8a5e4b7bbfab57629a9e /src/lib/encoder.cc | |
| parent | f80d8d37323394113d6491e1cae271e32b2de5b4 (diff) | |
Small tweaks to times in progress reports.
Diffstat (limited to 'src/lib/encoder.cc')
| -rw-r--r-- | src/lib/encoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 6a604ab51..cc2deaa93 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -53,7 +53,7 @@ using boost::weak_ptr; using boost::optional; using dcp::Data; -int const Encoder::_history_size = 25; +int const Encoder::_history_size = 200; /** @param f Film that we are encoding */ Encoder::Encoder (shared_ptr<const Film> film, shared_ptr<Writer> writer) |
