X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ftranscode_job.cc;h=289259369d028652aa2fc684f7aabc4997c30971;hp=f0e22da64483d2166bf0adfe08e37d7946df393e;hb=4ba8772aef261da209bbb882325fd61a8b479fd7;hpb=eec6f90d8e2c2246ce674ae13e4f460b12a4f2a9 diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc index f0e22da64..289259369 100644 --- a/src/lib/transcode_job.cc +++ b/src/lib/transcode_job.cc @@ -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 ()) - _transcoder->video_frames_out(); + VideoFrame const left = _film->time_to_video_frames (_film->length ()) - _transcoder->video_frames_out(); return left / fps; }