From d6e74fb7dbc5b01c9ce42f8fe780bb16262d13b1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Oct 2012 22:40:08 +0100 Subject: Re-work FilmState / Film relationship a bit; Film now inherits from FilmState and FilmState does get/set. --- src/lib/tiff_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/tiff_decoder.cc') diff --git a/src/lib/tiff_decoder.cc b/src/lib/tiff_decoder.cc index 101e0c047..27dd0d69c 100644 --- a/src/lib/tiff_decoder.cc +++ b/src/lib/tiff_decoder.cc @@ -205,7 +205,7 @@ TIFFDecoder::pixel_format () const int TIFFDecoder::time_base_numerator () const { - return rint (_fs->frames_per_second);; + return rint (_fs->frames_per_second()); } -- cgit v1.2.3