From c366d41af080b9ac37117a9b27a249722c77f74e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Nov 2012 13:41:43 +0000 Subject: Skip every other frame with 50fps sources. --- 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 9058fcc2a..1500b9b48 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; } -- cgit v1.2.3