From 752bba7eb39d6f775a3ecb3ca3e19d7884626a4e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Nov 2012 17:09:43 +0000 Subject: Revert "Remove minimal flag." This reverts commit ac712b45bad948fc8f38cf4fa48a529f2024c7f5. --- 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 1c33443cf..c02a1d03d 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 *); + TIFFDecoder (boost::shared_ptr, boost::shared_ptr, Job *, bool); /* Methods to query our input video */ float frames_per_second () const; -- cgit v1.2.3