summaryrefslogtreecommitdiff
path: root/src/lib/tiff_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-04 16:55:50 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-04 16:55:50 +0000
commit1d96023ab3987e55fd6452f655dfb900c6012881 (patch)
tree235b558aec10da89dca7484686ff035cbef4811c /src/lib/tiff_decoder.h
parent4fb0a5ab9eebc0f07981edc3a6813102520b8233 (diff)
Remove unused ignore_length parameter.
Diffstat (limited to 'src/lib/tiff_decoder.h')
-rw-r--r--src/lib/tiff_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tiff_decoder.h b/src/lib/tiff_decoder.h
index 7bbff7dfe..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<Film>, boost::shared_ptr<const Options>, Job *, bool, bool);
+ TIFFDecoder (boost::shared_ptr<Film>, boost::shared_ptr<const Options>, Job *, bool);
/* Methods to query our input video */
float frames_per_second () const;