Re-work FilmState / Film relationship a bit; Film now inherits from FilmState and...
[dcpomatic.git] / src / lib / tiff_decoder.cc
index 101e0c047ee69cd575827fa8e856e71d33a86086..27dd0d69c79203dbceabe3ddfa5a67aed6e8ea60 100644 (file)
@@ -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());
 }