Merge master.
[dcpomatic.git] / src / lib / transcode_job.cc
index f0e22da64483d2166bf0adfe08e37d7946df393e..289259369d028652aa2fc684f7aabc4997c30971 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 ()) - _transcoder->video_frames_out();
+       VideoFrame const left = _film->time_to_video_frames (_film->length ()) - _transcoder->video_frames_out();
        return left / fps;
 }