Fix alpha blending with with offset; should help with #1155.
[dcpomatic.git] / test / dcp_subtitle_test.cc
index 927b8be69c32d28c6ebfb594006693f30abfea4c..b4dfe1df7acea1119e561a5529a5c3b0c987da39 100644 (file)
@@ -82,7 +82,7 @@ BOOST_AUTO_TEST_CASE (dcp_subtitle_within_dcp_test)
        film->examine_and_add_content (content);
        wait_for_jobs ();
 
-       shared_ptr<DCPDecoder> decoder (new DCPDecoder (content, film->log()));
+       shared_ptr<DCPDecoder> decoder (new DCPDecoder (content, film->log(), false));
        decoder->subtitle->TextStart.connect (bind (store, _1));
 
        stored = optional<ContentTextSubtitle> ();