Make player more tolerant of some DCP errors.
[dcpomatic.git] / src / lib / decoder_factory.h
index cb145c8a90a4f7c7dacc4e1ad728d8d4e3c4ae5a..0cd90a5857ce7b0c9d3d1a179e9a6f3e6a7f074e 100644 (file)
@@ -24,5 +24,6 @@ extern boost::shared_ptr<Decoder> decoder_factory (
        boost::shared_ptr<const Film> film,
        boost::shared_ptr<const Content> content,
        bool fast,
+       bool tolerant,
        boost::shared_ptr<Decoder> old_decoder
        );