summaryrefslogtreecommitdiff
path: root/src/lib/tiff_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-04 14:52:43 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-04 14:52:43 +0000
commitd9f9938c2ca2a1f9b27a85bf64a50d7f480f969b (patch)
tree5a3c0abf1813983324e57c896deff490055d311e /src/lib/tiff_decoder.cc
parentb4dd5979b6c1d48b0af4fefd9d1df4e9947da402 (diff)
parentc366d41af080b9ac37117a9b27a249722c77f74e (diff)
Merge master.
Diffstat (limited to 'src/lib/tiff_decoder.cc')
-rw-r--r--src/lib/tiff_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tiff_decoder.cc b/src/lib/tiff_decoder.cc
index e75f2c482..7d8559a7c 100644
--- a/src/lib/tiff_decoder.cc
+++ b/src/lib/tiff_decoder.cc
@@ -198,7 +198,7 @@ TIFFDecoder::pixel_format () const
int
TIFFDecoder::time_base_numerator () const
{
- return rint (_film->frames_per_second());
+ return dcp_frame_rate(_film->frames_per_second()).frames_per_second;
}