summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-25 00:06:47 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-25 00:06:47 +0100
commit913b1ae68f8e953ff2323b6b7f86cd515c2592d0 (patch)
tree4d1629421e584341f389248c4983f5e5af00fae3 /src/lib/decoder.h
parent110d7d4e111c2db31489296587d855328c5d8b34 (diff)
Erroneous leftover _log in Decoder; use decoder audio channels count rather than Film's.
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h
index 39eaaf48e..7940aed6c 100644
--- a/src/lib/decoder.h
+++ b/src/lib/decoder.h
@@ -118,8 +118,6 @@ protected:
boost::shared_ptr<const Options> _opt;
/** associated Job, or 0 */
Job* _job;
- /** log that we can write to */
- Log* _log;
/** true to do the bare minimum of work; just run through the content. Useful for acquiring
* accurate frame counts as quickly as possible. This generates no video or audio output.