diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-28 17:53:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-28 17:53:19 +0000 |
| commit | c66f02ac13e508deecea70898397f7e8a8d37d9e (patch) | |
| tree | c7822ab7bccfae7c56e9e171d472a3c38af523ba | |
| parent | 5ed54056ae4833dd7e6c7737523d99b452bcf2d3 (diff) | |
Fix thinko in last commit.
| -rw-r--r-- | test/test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index 59283b141..c7a8bbed6 100644 --- a/test/test.cc +++ b/test/test.cc @@ -465,6 +465,7 @@ check_one_frame (boost::filesystem::path dcp_dir, int64_t index, boost::filesyst BOOST_REQUIRE_EQUAL (ref_image->data(0)[off], image->data(0)[off]); BOOST_REQUIRE_EQUAL (ref_image->data(1)[off], image->data(1)[off]); BOOST_REQUIRE_EQUAL (ref_image->data(2)[off], image->data(2)[off]); + ++off; } } } |
