diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-09 22:20:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-29 10:35:55 +0200 |
| commit | 0e1a20f2717c9e14d2b6675260e2229dfb145ffe (patch) | |
| tree | 545a6d91e6d120be8f3882577b87c183aff43298 /test/client_server_test.cc | |
| parent | 2d82f86d2f99b812edd5d64d13f3dd5a4950719e (diff) | |
Remove default Interop/SMPTE setting.
Diffstat (limited to 'test/client_server_test.cc')
| -rw-r--r-- | test/client_server_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/client_server_test.cc b/test/client_server_test.cc index 9840a07a1..43084bf31 100644 --- a/test/client_server_test.cc +++ b/test/client_server_test.cc @@ -33,6 +33,7 @@ #include "lib/encode_server_description.h" #include "lib/encode_server_finder.h" #include "lib/file_log.h" +#include "lib/film.h" #include "lib/image.h" #include "lib/j2k_image_proxy.h" #include "lib/player_video.h" @@ -322,6 +323,7 @@ BOOST_AUTO_TEST_CASE(real_encode_with_server) auto content = content_factory(TestPaths::private_data() / "dolby_aurora.vob"); auto film = new_test_film("real_encode_with_server", content, &cl); + film->set_interop(false); EncodeServerFinder::instance(); |
