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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/tiff_decoder.h') diff --git a/src/lib/tiff_decoder.h b/src/lib/tiff_decoder.h index c02a1d03d..1c33443cf 100644 --- a/src/lib/tiff_decoder.h +++ b/src/lib/tiff_decoder.h @@ -42,7 +42,7 @@ class Image; class TIFFDecoder : public Decoder { public: - TIFFDecoder (boost::shared_ptr, boost::shared_ptr, Job *, bool); + TIFFDecoder (boost::shared_ptr, boost::shared_ptr, Job *); /* Methods to query our input video */ float frames_per_second () const; -- cgit v1.2.3