Tentative support for 3D from alternate frames.
[dcpomatic.git] / src / lib / image_content.cc
index fd0b578943639a0871b529f2df2cd90947e110a6..13f7c52e3d12dec4256479d0d0bdbcec7c795253 100644 (file)
@@ -127,7 +127,7 @@ ImageContent::full_length () const
        assert (film);
        
        FrameRateConversion frc (video_frame_rate(), film->video_frame_rate ());
-       return video_length() * frc.factor() * TIME_HZ / video_frame_rate();
+       return video_length_after_3d_combine() * frc.factor() * TIME_HZ / video_frame_rate();
 }
 
 string