Put Image into the dcpomatic namespace.
[dcpomatic.git] / src / lib / image_examiner.cc
index 562a7c557a60028f16c305d32305f8c6b9a9b611..bf6628cd544251e3aba0af2c6eab216a03d2ffb8 100644 (file)
@@ -65,7 +65,7 @@ ImageExaminer::ImageExaminer (shared_ptr<const Film> film, shared_ptr<const Imag
                }
        } else {
                FFmpegImageProxy proxy(content->path(0));
-               _video_size = proxy.image(Image::Alignment::COMPACT).image->size();
+               _video_size = proxy.image(dcpomatic::Image::Alignment::COMPACT).image->size();
        }
 
        if (content->still ()) {