Fix copy-and-paste error in manual.
[dcpomatic.git] / src / lib / image_examiner.cc
index 6586a0d09bc5ad10ce09660a14d159ce5c695f6f..60dbd511be74bf6055506f57e9aeb1a8aaf14d48 100644 (file)
@@ -38,7 +38,7 @@
 using std::cout;
 using std::list;
 using std::sort;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 
 ImageExaminer::ImageExaminer (shared_ptr<const Film> film, shared_ptr<const ImageContent> content, shared_ptr<Job>)
@@ -63,7 +63,7 @@ ImageExaminer::ImageExaminer (shared_ptr<const Film> film, shared_ptr<const Imag
                }
                delete[] buffer;
        } else {
-               FFmpegImageProxy proxy(content->path(0));
+               FFmpegImageProxy proxy(content->path(0), content->video->range());
                _video_size = proxy.image().image->size();
        }