From 5337f4595c2f1487ef1a9396caec63227e91b22e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 6 Dec 2015 21:58:41 +0000 Subject: 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. --- test/recover_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 (); -- cgit v1.2.3