Add a library path for a test script.
[dcpomatic.git] / test / client_server_test.cc
index 1f77f7f907cc718a0bcf61dd32b41881c9dd34c3..f12c5335d42f3480ffddfe4fc828bd767cc6c016 100644 (file)
@@ -260,7 +260,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_j2k)
 
        shared_ptr<PlayerVideo> j2k_pvf (
                new PlayerVideo (
-                       shared_ptr<ImageProxy> (new J2KImageProxy (raw_locally_encoded, dcp::Size (1998, 1080))),
+                       shared_ptr<ImageProxy> (new J2KImageProxy (raw_locally_encoded, dcp::Size (1998, 1080), AV_PIX_FMT_XYZ12LE)),
                        DCPTime (),
                        Crop (),
                        optional<double> (),