diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-03-25 00:41:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-03-25 00:41:05 +0000 |
| commit | 527deef6f18c46badb396e4520d802333997add2 (patch) | |
| tree | c37704455dbbd6453cbf583f97254ea44b37366e /test/client_server_test.cc | |
| parent | b6e388dc3ea1ab37711f50bbc28a93f48de98db3 (diff) | |
Remove Scaler config and use SWS_BICUBIC everywhere.
Diffstat (limited to 'test/client_server_test.cc')
| -rw-r--r-- | test/client_server_test.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/client_server_test.cc b/test/client_server_test.cc index daa1fa20f..9ad361387 100644 --- a/test/client_server_test.cc +++ b/test/client_server_test.cc @@ -31,7 +31,6 @@ #include "lib/image.h" #include "lib/cross.h" #include "lib/dcp_video.h" -#include "lib/scaler.h" #include "lib/player_video.h" #include "lib/raw_image_proxy.h" #include "lib/encoded_data.h" @@ -90,7 +89,6 @@ BOOST_AUTO_TEST_CASE (client_server_test_rgb) optional<float> (), dcp::Size (1998, 1080), dcp::Size (1998, 1080), - Scaler::from_id ("bicubic"), EYES_BOTH, PART_WHOLE, ColourConversion () @@ -174,7 +172,6 @@ BOOST_AUTO_TEST_CASE (client_server_test_yuv) optional<float> (), dcp::Size (1998, 1080), dcp::Size (1998, 1080), - Scaler::from_id ("bicubic"), EYES_BOTH, PART_WHOLE, ColourConversion () |
