diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-06 16:30:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-06 16:30:30 +0000 |
| commit | a648da822a8ef304417beb17bb0224501333f94a (patch) | |
| tree | 1129b2ecf013d483da6e9bcb75b217962bd8fc66 /test | |
| parent | a942c0320de09a00bd7671fb01aef2506482419c (diff) | |
Increase size of chopped part to put it a few frames in; apparently J2K bitrate has increased since openjp2.
Diffstat (limited to 'test')
| -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 b650aba64..1e0460155 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, 2 * 1024 * 1024); + boost::filesystem::resize_file (video, 16 * 1024 * 1024); film->make_dcp (); wait_for_jobs (); |
