Skip every other frame with 50fps sources.
[dcpomatic.git] / src / lib / tiff_decoder.cc
index 9058fcc2a5ba6ab82c8b94081c9f60e2b3517fa4..1500b9b48a5962ca018e84e639cd108e1fd931a4 100644 (file)
@@ -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;
 }