diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-06 21:58:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-06 21:58:41 +0000 |
| commit | 5337f4595c2f1487ef1a9396caec63227e91b22e (patch) | |
| tree | 74fdf5bbe1b5ea722abeff1f626c32352228f992 | |
| parent | 53ca2dda0e9138a251adc186a745f7943fc1abc1 (diff) | |
Revert "Increase size of chopped part to put it a few frames in; apparently J2K bitrate has increased since openjp2."
The apparent size increase was due to a bug.
This reverts commit a648da822a8ef304417beb17bb0224501333f94a.
| -rw-r--r-- | test/recover_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc index 1e0460155..b650aba64 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -65,7 +65,7 @@ BOOST_AUTO_TEST_CASE (recover_test_2d) "build/test/recover_test_2d/original.mxf" ); - boost::filesystem::resize_file (video, 16 * 1024 * 1024); + boost::filesystem::resize_file (video, 2 * 1024 * 1024); film->make_dcp (); wait_for_jobs (); |
