Fix failure to examine non-flat-ratio VFs (#2775).
[dcpomatic.git] / src / lib / dcp_examiner.cc
index 72eb828605abe30221077532ab7d7b9dea28aaa5..88c9a5b700a64e279c5b459610c29f70955ec1d3 100644 (file)
@@ -145,8 +145,6 @@ DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content, bool tolerant)
                        if (!reel->main_picture()->asset_ref().resolved()) {
                                LOG_GENERAL("Main picture %1 of reel %2 is missing", reel->main_picture()->id(), reel->id());
                                _needs_assets = true;
-                               /* Use a dummy value here; it will be replaced when the VF is re-examined. */
-                               _video_size = dcp::Size(1998, 1080);
                        } else {
                                LOG_GENERAL("Main picture %1 of reel %2 found", reel->main_picture()->id(), reel->id());