diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-12 01:37:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-12 01:37:59 +0000 |
| commit | ae118502865c95f15317716aef8d26641b9e9c3f (patch) | |
| tree | fb72e4985b8260f490860da84875fd7c6d6d8dae /test | |
| parent | 69d6f62af925aca5706136c5eb5f4194d8d1be3e (diff) | |
Try to move J2K bandwidth and colour LUT to be per-film (#23).
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.cc b/test/test.cc index 6d4cca060..c393aac5e 100644 --- a/test/test.cc +++ b/test/test.cc @@ -55,8 +55,6 @@ void setup_test_config () { Config::instance()->set_num_local_encoding_threads (1); - Config::instance()->set_colour_lut_index (0); - Config::instance()->set_j2k_bandwidth (200000000); Config::instance()->set_servers (vector<ServerDescription*> ()); Config::instance()->set_server_port (61920); } |
