diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-24 18:14:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-24 18:14:10 +0100 |
| commit | bd8fa9a370f1739952c83107352baa08c79d095e (patch) | |
| tree | dafa3dae2db5439dc08e770fc4b09febac5f0374 /src/lib/tiff_decoder.h | |
| parent | 44b57d623dec97a3f9955082f0b8a7a8d27b7518 (diff) | |
Merge FilmState / Film.
Diffstat (limited to 'src/lib/tiff_decoder.h')
| -rw-r--r-- | src/lib/tiff_decoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/tiff_decoder.h b/src/lib/tiff_decoder.h index 07174889d..1c287ee06 100644 --- a/src/lib/tiff_decoder.h +++ b/src/lib/tiff_decoder.h @@ -35,7 +35,6 @@ class Job; class FilmState; class Options; class Image; -class Log; /** @class TIFFDecoder. * @brief A decoder which reads a numbered set of TIFF files, one per frame. @@ -43,7 +42,7 @@ class Log; class TIFFDecoder : public Decoder { public: - TIFFDecoder (boost::shared_ptr<const FilmState>, boost::shared_ptr<const Options>, Job *, Log *, bool, bool); + TIFFDecoder (boost::shared_ptr<Film>, boost::shared_ptr<const Options>, Job *, bool, bool); /* Methods to query our input video */ float frames_per_second () const; |
