Split Options into encode / decode.
[dcpomatic.git] / src / lib / decoder_factory.cc
index 8674c6262e03aab9e940f3808d03940634d75e8d..1d8d12cd552bf3f7236243d489026359fb94b3d5 100644 (file)
@@ -36,7 +36,7 @@ using boost::dynamic_pointer_cast;
 
 Decoders
 decoder_factory (
-       shared_ptr<Film> f, shared_ptr<const Options> o, Job* j
+       shared_ptr<Film> f, shared_ptr<const DecodeOptions> o, Job* j
        )
 {
        if (boost::filesystem::is_directory (f->content_path()) || f->content_type() == STILL) {