Merge master; specify libdcp-1.0.
[dcpomatic.git] / src / lib / transcode_job.cc
index 7b304cb35b48d549e683bd403ec8b5d923b0e4e9..a0537cd428b343f2190bd07a57bdaee8ad65953c 100644 (file)
@@ -120,6 +120,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 ()) - t->video_frames_out();
+       VideoFrame const left = _film->time_to_video_frames (_film->length ()) - t->video_frames_out();
        return left / fps;
 }