Revert "Increase size of chopped part to put it a few frames in; apparently J2K bitra...
authorCarl Hetherington <cth@carlh.net>
Sun, 6 Dec 2015 21:58:41 +0000 (21:58 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 6 Dec 2015 21:58:41 +0000 (21:58 +0000)
The apparent size increase was due to a bug.

This reverts commit a648da822a8ef304417beb17bb0224501333f94a.

test/recover_test.cc

index 1e0460155626d3d8f8544d0aada540f4cfbc5a0b..b650aba64cf8df27b268ef57406492ef1c63b424 100644 (file)
@@ -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 ();