X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fimage_examiner.cc;h=89d1517ce5abf380d9e30c3a09777bd17a5a0293;hp=acbf55696271daa84588b179debdb60bcae0e439;hb=62f9b78a2eb5f0fc6b9028264bac6ad501d83309;hpb=5d9ff746138a30c1469b788afe5a4eee25fed368 diff --git a/src/lib/image_examiner.cc b/src/lib/image_examiner.cc index acbf55696..89d1517ce 100644 --- a/src/lib/image_examiner.cc +++ b/src/lib/image_examiner.cc @@ -66,7 +66,7 @@ ImageExaminer::ImageExaminer (shared_ptr film, shared_ptrpath(0), content->video->range()); + FFmpegImageProxy proxy(content->path(0)); _video_size = proxy.image().image->size(); }