diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-16 12:55:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-16 12:55:27 +0000 |
| commit | 0813034d7193dc8869126d13a9d12d2c4d1e6c14 (patch) | |
| tree | 3ba910406777a229badba02189c4daf072503524 /src/lib/examine_content_job.cc | |
| parent | c726a221e619d22ad5253eaa6c3429bce557e111 (diff) | |
Remove apply crop 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 5c565cd88..eaf1033d9 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -65,10 +65,10 @@ ExamineContentJob::run () will be messed up. */ _film->unset_length (); + _film->set_crop (Crop ()); shared_ptr<Options> o (new Options ("", "", "")); o->out_size = Size (512, 512); - o->apply_crop = false; o->decode_audio = false; descend (1); |
