Reasonably straightforward stuff; main things are adding
[dcpomatic.git] / test / ffmpeg_dcp_test.cc
index ce8ecad6bfcfa7a2fffe708f82aca99ba6e84c93..c32220f99c882340e1f2401e9a04ba1805800a9d 100644 (file)
@@ -30,6 +30,7 @@
 #include "lib/ffmpeg_content.h"
 #include "lib/ratio.h"
 #include "lib/dcp_content_type.h"
+#include "lib/video_content.h"
 #include "test.h"
 
 using boost::shared_ptr;
@@ -43,7 +44,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_dcp_test)
 
        wait_for_jobs ();
 
-       c->set_scale (VideoContentScale (Ratio::from_id ("185")));
+       c->video->set_scale (VideoContentScale (Ratio::from_id ("185")));
 
        film->set_container (Ratio::from_id ("185"));
        film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test"));