Mostly-merge master.
[dcpomatic.git] / src / lib / image_content.cc
index 6a37f30676472c51ec24866179ce5209cc5c2ec8..d7b37a8353fa5f04b63c58006a2a6c8eade95a1f 100644 (file)
@@ -125,7 +125,7 @@ ImageContent::full_length () const
 {
        shared_ptr<const Film> film = _film.lock ();
        assert (film);
-       return DCPTime (video_length(), FrameRateChange (video_frame_rate(), film->video_frame_rate()));
+       return DCPTime (video_length_after_3d_combine(), FrameRateChange (video_frame_rate(), film->video_frame_rate()));
 }
 
 string