summaryrefslogtreecommitdiff
path: root/test/low_bitrate_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-23 17:43:56 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-23 17:43:56 +0200
commit151f5c81fade29e9bebea9904fd85975351b7b78 (patch)
treeb4d7fd3fd03e2d061dfc608e2628118d236a6de0 /test/low_bitrate_test.cc
parent4d0df359036f8a15b85ae64060959480a7ff695f (diff)
More test fixes.
Diffstat (limited to 'test/low_bitrate_test.cc')
-rw-r--r--test/low_bitrate_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/low_bitrate_test.cc b/test/low_bitrate_test.cc
index f7edecb62..33ce2635d 100644
--- a/test/low_bitrate_test.cc
+++ b/test/low_bitrate_test.cc
@@ -41,7 +41,7 @@ BOOST_AUTO_TEST_CASE (low_bitrate_test)
auto frame = make_shared<PlayerVideo>(proxy, Crop(), boost::optional<double>(), dcp::Size(1998, 1080), dcp::Size(1998, 1080), Eyes::BOTH, Part::WHOLE, boost::optional<ColourConversion>(), VideoRange::FULL, std::weak_ptr<Content>(), boost::optional<Frame>(), false);
auto dcp_video = make_shared<DCPVideo>(frame, 0, 24, 100000000, Resolution::TWO_K);
auto j2k = dcp_video->encode_locally();
- BOOST_REQUIRE (j2k.size() >= 65536);
+ BOOST_REQUIRE (j2k.size() >= 16536);
}