diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-09 14:55:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-09 14:55:47 +0000 |
| commit | 01d0c14f03698d25af51f7d1a1b3112958da1cf3 (patch) | |
| tree | acd60313b4decc3c6a5088e879ee9e08d9981a38 /src/lib/encoder.cc | |
| parent | b30d41f0dd8d7e1efb8f5557cf503c35a7d309b2 (diff) | |
Remove unused variable.
Diffstat (limited to 'src/lib/encoder.cc')
| -rw-r--r-- | src/lib/encoder.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 451a5a31a..00d6e6399 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -56,9 +56,8 @@ using dcp::Data; int const Encoder::_history_size = 25; /** @param f Film that we are encoding */ -Encoder::Encoder (shared_ptr<const Film> film, weak_ptr<Job> j, shared_ptr<Writer> writer) +Encoder::Encoder (shared_ptr<const Film> film, shared_ptr<Writer> writer) : _film (film) - , _job (j) , _position (0) , _terminate_enqueue (false) , _terminate_encoding (false) |
