Merge master.
[dcpomatic.git] / src / lib / transcode_job.cc
index 87fd5daefca06d06ed1e2fee5cf6eb89237d4104..8820726895446e449b12090b8f7e221a45f1b619 100644 (file)
@@ -110,6 +110,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;
 }