From ca4d051ceafb77c281583c4e50b391f230544313 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 5 Nov 2012 10:36:55 +0000 Subject: Move trimming into the encoder; seems to be cleaner. --- src/lib/tiff_decoder.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/tiff_decoder.cc') diff --git a/src/lib/tiff_decoder.cc b/src/lib/tiff_decoder.cc index 2c050def6..7cca511dd 100644 --- a/src/lib/tiff_decoder.cc +++ b/src/lib/tiff_decoder.cc @@ -44,11 +44,9 @@ using namespace boost; /** @param f Our Film. * @param o Options. * @param j Job that we are associated with, or 0. - * @param minimal true to do the bare minimum of work; just run through the content. Useful for acquiring - * accurate frame counts as quickly as possible. This generates no video or audio output. */ -TIFFDecoder::TIFFDecoder (boost::shared_ptr f, boost::shared_ptr o, Job* j, bool minimal) - : Decoder (f, o, j, minimal) +TIFFDecoder::TIFFDecoder (boost::shared_ptr f, boost::shared_ptr o, Job* j) + : Decoder (f, o, j) { string const dir = _film->content_path (); -- cgit v1.2.3