Optimise decoder_factory for DCPDecoder by offering the old decoder
[dcpomatic.git] / src / lib / decoder_factory.h
index 52a53afd2b34f129fb250087a429e5a149ddd5b8..cb145c8a90a4f7c7dacc4e1ad728d8d4e3c4ae5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -21,7 +21,8 @@
 class ImageDecoder;
 
 extern boost::shared_ptr<Decoder> decoder_factory (
+       boost::shared_ptr<const Film> film,
        boost::shared_ptr<const Content> content,
-       boost::shared_ptr<Log> log,
-       bool fast
+       bool fast,
+       boost::shared_ptr<Decoder> old_decoder
        );