Tidy up test film naming.
[dcpomatic.git] / src / lib / examine_content_job.cc
index d12e060691e61a08d876e764aedc1907761d895a..f0fb29812ffc99bf012a116e6216fa97ec0febae 100644 (file)
@@ -72,7 +72,6 @@ ExamineContentJob::run ()
        fs->set_length (_decoder->last_video_frame ());
 
        _log->log (String::compose ("Video length is %1 frames", _decoder->last_video_frame()));
-       _log->log (String::compose ("%1ms of audio to discard", _decoder->audio_to_discard()));
 
        ascend ();
 
@@ -111,10 +110,3 @@ ExamineContentJob::last_video_frame () const
 {
        return _decoder->last_video_frame ();
 }
-
-int
-ExamineContentJob::audio_to_discard () const
-{
-       return _decoder->audio_to_discard ();
-}
-