X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder_factory.h;h=0cd90a5857ce7b0c9d3d1a179e9a6f3e6a7f074e;hb=79355249a27ead72bc2bcd0a84e7a280a3d9a826;hp=d4e39da178fd258855e2ef3da8fa7a1ea06235b4;hpb=254b3044d72de6b033d7c584f5abd2b9aa70aad5;p=dcpomatic.git diff --git a/src/lib/decoder_factory.h b/src/lib/decoder_factory.h index d4e39da17..0cd90a585 100644 --- a/src/lib/decoder_factory.h +++ b/src/lib/decoder_factory.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -23,5 +23,7 @@ class ImageDecoder; extern boost::shared_ptr decoder_factory ( boost::shared_ptr film, boost::shared_ptr content, - bool fast + bool fast, + bool tolerant, + boost::shared_ptr old_decoder );