Merge branch 'staging' of ssh://houllier/home/carl/git/dvdomatic into staging
[dcpomatic.git] / src / lib / transcode_job.cc
index f7cc500fe2fead1ef78cef63ff353abf67ac62ef..234ebe051f0b44ae678b43cd8e20cd1def6af5dc 100644 (file)
@@ -68,10 +68,7 @@ TranscodeJob::run ()
                set_progress (1);
                set_state (FINISHED_OK);
 
-               _film->set_dcp_intrinsic_duration (_encoder->video_frames_out ());
-
                _film->log()->log (N_("Transcode job completed successfully"));
-               _film->log()->log (String::compose (N_("DCP intrinsic duration is %1"), _encoder->video_frames_out()));
 
        } catch (std::exception& e) {