diff options
Diffstat (limited to 'src/lib/tiff_decoder.h')
| -rw-r--r-- | src/lib/tiff_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Film>, boost::shared_ptr<const Options>, Job *); + TIFFDecoder (boost::shared_ptr<Film>, boost::shared_ptr<const Options>, Job *, bool); /* Methods to query our input video */ float frames_per_second () const; |
