Call Resampler::flush() again.
[dcpomatic.git] / src / lib / transcode_job.cc
index f0faf7c637205ba3f46b2aa05b35af9946970f2e..6d5edd7c060c662dc404445c1e3ed1a1175d4ace 100644 (file)
@@ -111,6 +111,6 @@ TranscodeJob::remaining_time () const
        }
 
        /* Compute approximate proposed length here, as it's only here that we need it */
-       OutputVideoFrame const left = _film->time_to_video_frames (_film->length_with_loop ()) - _transcoder->video_frames_out();
+       OutputVideoFrame const left = _film->time_to_video_frames (_film->length ()) - _transcoder->video_frames_out();
        return left / fps;
 }