diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-04 16:59:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-04 16:59:00 +0000 |
| commit | ac712b45bad948fc8f38cf4fa48a529f2024c7f5 (patch) | |
| tree | 4e82a43b9f700e26faa9836a88f581a5a4c6bf75 /src/lib/examine_content_job.cc | |
| parent | 1d96023ab3987e55fd6452f655dfb900c6012881 (diff) | |
Remove minimal flag.
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 ec0d2409b..e71ab361a 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); + _decoder = decoder_factory (_film, o, this); _decoder->go (); _film->set_length (_decoder->video_frame_index()); |
