summaryrefslogtreecommitdiff
path: root/src/lib/examine_content_job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/examine_content_job.cc')
-rw-r--r--src/lib/examine_content_job.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc
index d325102a3..4646fe8fc 100644
--- a/src/lib/examine_content_job.cc
+++ b/src/lib/examine_content_job.cc
@@ -66,10 +66,10 @@ ExamineContentJob::run ()
descend (0.5);
- _decoder = decoder_factory (_film, o, this, true);
+ _decoder = decoder_factory (_film, o, this);
_decoder->go ();
- _film->set_length (_decoder->video_frames_in());
+ _film->set_length (_decoder->video_frame());
_film->log()->log (String::compose ("Video length is %1 frames", _film->length()));