Obey requests to change the video range of RGB content.
[dcpomatic.git] / src / lib / image_examiner.cc
index 6586a0d09bc5ad10ce09660a14d159ce5c695f6f..aa80d0daad8adcf424b55ca84088df23eddc98cb 100644 (file)
@@ -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();
        }