diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-30 09:33:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-30 20:38:12 +0100 |
| commit | a4d8e5d24beddb719180e75f1047ae317bef85a4 (patch) | |
| tree | 9884019a61aabfc0658d16e29cfd6a4b4a21c485 /test/client_server_test.cc | |
| parent | 391d85619ac19a2a93696ddc35c222eb9bb5d9d6 (diff) | |
Basic video fade support.
Diffstat (limited to 'test/client_server_test.cc')
| -rw-r--r-- | test/client_server_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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<DCPVideo> frame, ServerDescription description, shared_ptr<EncodedData> locally_encoded) @@ -86,6 +87,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_rgb) shared_ptr<ImageProxy> (new RawImageProxy (image, log)), DCPTime (), Crop (), + optional<float> (), 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<ImageProxy> (new RawImageProxy (image, log)), DCPTime (), Crop (), + optional<float> (), dcp::Size (1998, 1080), dcp::Size (1998, 1080), Scaler::from_id ("bicubic"), |
