diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-11 18:59:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-11 18:59:26 +0000 |
| commit | 7e2cf1a4a04828b5a57d5eb6869475a819005602 (patch) | |
| tree | 5f54f76d49614266b6f913cce38a76bd98c87762 /src/lib/encoder.cc | |
| parent | 3af978d2d688cb1e4be7c8d95155a6b8cc7456a3 (diff) | |
| parent | d37c1c35b36a28a3e3bbec6c21721f16f8e4aa48 (diff) | |
Merge branch 'master' into subtitle-content
Diffstat (limited to 'src/lib/encoder.cc')
| -rw-r--r-- | src/lib/encoder.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index b78bcaeea..fbec3e4d0 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -68,9 +68,6 @@ Encoder::Encoder (shared_ptr<const Film> f, weak_ptr<Job> j) Encoder::~Encoder () { terminate_threads (); - if (_writer) { - _writer->finish (); - } } /** Add a worker thread for a each thread on a remote server. Caller must hold |
