X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.cc;h=dc2fc305cdd5618524371bf299affbd101ba0ee6;hb=1f2bc4d8f3601ad1e12b94f37b3889fcd003509b;hp=5c565cd88a333a5e00e1c11aa0171a27cb8f28a5;hpb=9c58fcdb6fd8131c17456dd71c5c277a6b0ae053;p=dcpomatic.git diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 5c565cd88..dc2fc305c 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -65,10 +65,9 @@ ExamineContentJob::run () will be messed up. */ _film->unset_length (); + _film->set_crop (Crop ()); - shared_ptr o (new Options ("", "", "")); - o->out_size = Size (512, 512); - o->apply_crop = false; + shared_ptr o (new DecodeOptions); o->decode_audio = false; descend (1);