Increase size of chopped part to put it a few frames in; apparently J2K bitrate has...
authorCarl Hetherington <cth@carlh.net>
Sun, 6 Dec 2015 16:30:30 +0000 (16:30 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 6 Dec 2015 16:30:30 +0000 (16:30 +0000)
test/recover_test.cc

index b650aba64cf8df27b268ef57406492ef1c63b424..1e0460155626d3d8f8544d0aada540f4cfbc5a0b 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, 2 * 1024 * 1024);
+       boost::filesystem::resize_file (video, 16 * 1024 * 1024);
 
        film->make_dcp ();
        wait_for_jobs ();