X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fclient_server_test.cc;h=0154200ad054c5a5ff1a024c76cf7c6ec56e06c8;hb=e491397c0028a80ac4a48a92007f783746553c1a;hp=4e3ecc983a75524d20582b135ed29b73c08e2bff;hpb=d2137ac5db409e686b4d9b3fa567935a5e416d41;p=dcpomatic.git diff --git a/test/client_server_test.cc b/test/client_server_test.cc index 4e3ecc983..0154200ad 100644 --- a/test/client_server_test.cc +++ b/test/client_server_test.cc @@ -39,6 +39,7 @@ using std::list; using boost::shared_ptr; using boost::thread; +using boost::optional; void do_remote_encode (shared_ptr frame, ServerDescription description, shared_ptr locally_encoded) @@ -86,6 +87,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_rgb) shared_ptr (new RawImageProxy (image, log)), DCPTime (), Crop (), + optional (), dcp::Size (1998, 1080), dcp::Size (1998, 1080), Scaler::from_id ("bicubic"), @@ -169,6 +171,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_yuv) shared_ptr (new RawImageProxy (image, log)), DCPTime (), Crop (), + optional (), dcp::Size (1998, 1080), dcp::Size (1998, 1080), Scaler::from_id ("bicubic"),