diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-04 16:55:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-04 16:55:50 +0000 |
| commit | 1d96023ab3987e55fd6452f655dfb900c6012881 (patch) | |
| tree | 235b558aec10da89dca7484686ff035cbef4811c /src/lib/examine_content_job.cc | |
| parent | 4fb0a5ab9eebc0f07981edc3a6813102520b8233 (diff) | |
Remove unused ignore_length parameter.
Diffstat (limited to 'src/lib/examine_content_job.cc')
| -rw-r--r-- | src/lib/examine_content_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 58b9282b8..ec0d2409b 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -66,7 +66,7 @@ ExamineContentJob::run () descend (0.5); - _decoder = decoder_factory (_film, o, this, true, true); + _decoder = decoder_factory (_film, o, this, true); _decoder->go (); _film->set_length (_decoder->video_frame_index()); |
