Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg
[dcpomatic.git] / test / scaling_test.cc
index 5ac5c7525cbb581704bd024439c00d6eea6a4172..ed0461005f12376ba00e1b13fef07c3edd83c573 100644 (file)
@@ -20,6 +20,7 @@
 
 /** @file test/scaling_test.cc
  *  @brief Test scaling and black-padding of images from a still-image source.
+ *  @ingroup specific
  */
 
 #include <boost/test/unit_test.hpp>
@@ -37,6 +38,7 @@ static void scaling_test_for (shared_ptr<Film> film, shared_ptr<Content> content
 {
        content->video->set_scale (VideoContentScale (Ratio::from_id (image)));
        film->set_container (Ratio::from_id (container));
+       film->set_interop (false);
        film->make_dcp ();
 
        wait_for_jobs ();