Try to fix up paths for video MXFs, hashes and temporarily-stored frames.
[dcpomatic.git] / src / lib / transcode_job.cc
index 6dd74c36c6ee9fd62dcc6eb31f1a8eaa3b045094..e9a59c743ad3fc81e12abceb3c320f11a4db485d 100644 (file)
@@ -89,11 +89,6 @@ TranscodeJob::status () const
                return "0%";
        }
 
-       if (_encoder->skipping () && !finished ()) {
-               return "skipping already-encoded frames";
-       }
-               
-       
        float const fps = _encoder->current_frames_per_second ();
        if (fps == 0) {
                return Job::status ();