diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-23 00:01:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-29 00:15:02 +0100 |
| commit | da822af56c5e4acab361b8531fb75a1dcb4b110e (patch) | |
| tree | d9a55547f801ef67e8091de7d878181f25a65d72 /test | |
| parent | 34435f5733bac96df052b62661a981d091787704 (diff) | |
Remove default container configuration option.
I think this is basically useless now that DoM guesses a good container
when the first video is added. It made more sense before we did that.
Diffstat (limited to 'test')
| m--------- | test/data | 0 | ||||
| -rw-r--r-- | test/test.cc | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/test/data b/test/data -Subproject d13024105c42ea0019c991d6d99a4b6ebb9bf77 +Subproject 4a9a6988520e62128562a0ccfb4fed84a7f1dd6 diff --git a/test/test.cc b/test/test.cc index 3a6d7d174..b2a0cd5ac 100644 --- a/test/test.cc +++ b/test/test.cc @@ -110,7 +110,6 @@ setup_test_config () Config::instance()->set_master_encoding_threads (boost::thread::hardware_concurrency() / 2); Config::instance()->set_server_encoding_threads (1); Config::instance()->set_server_port_base (61921); - Config::instance()->set_default_container (Ratio::from_id ("185")); Config::instance()->set_default_dcp_content_type (static_cast<DCPContentType*> (0)); Config::instance()->set_default_audio_delay (0); Config::instance()->set_default_j2k_bandwidth (100000000); |
