summaryrefslogtreecommitdiff
path: root/src/lib/dcp_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-25 12:29:01 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-25 12:29:01 +0100
commitd481e3b4df6eeac962250b15ee0a036a07e385d9 (patch)
treeb7ace652f0cadc561f5185785cbbf8e61f7321c7 /src/lib/dcp_decoder.h
parent57f112a2bd073123a686141be6c16ba997349056 (diff)
Setup fast state of decoder after creation.
Diffstat (limited to 'src/lib/dcp_decoder.h')
-rw-r--r--src/lib/dcp_decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h
index f31d28053..37a95a314 100644
--- a/src/lib/dcp_decoder.h
+++ b/src/lib/dcp_decoder.h
@@ -43,7 +43,6 @@ public:
DCPDecoder (
boost::shared_ptr<const Film> film,
boost::shared_ptr<const DCPContent>,
- bool fast,
boost::shared_ptr<DCPDecoder> old = boost::shared_ptr<DCPDecoder>()
);