Ignore FFmpeg warnings in a nicer way.
[dcpomatic.git] / test / recover_test.cc
index 9c1ed7e66e0d7f1172882a26e3843f05c4ad4d78..ad7f475bc0eb5e554a73075cb93ba7c2a24a88c7 100644 (file)
@@ -125,7 +125,7 @@ BOOST_AUTO_TEST_CASE (recover_test_2d_encrypted, * boost::unit_test::depends_on(
        film->set_container (Ratio::from_id ("185"));
        film->set_name ("recover_test");
        film->set_encrypted (true);
-       film->set_key (dcp::Key("eafcb91c9f5472edf01f3a2404c57258"));
+       film->_key = dcp::Key("eafcb91c9f5472edf01f3a2404c57258");
 
        shared_ptr<FFmpegContent> content (new FFmpegContent("test/data/count300bd24.m2ts"));
        film->examine_and_add_content (content);