Fix thinko in last commit.
authorCarl Hetherington <cth@carlh.net>
Wed, 28 Feb 2018 17:53:19 +0000 (17:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 28 Feb 2018 17:53:19 +0000 (17:53 +0000)
test/test.cc

index 59283b14105148211b48647ece229c8f06e5c287..c7a8bbed6cc52fd4a0f0c8d17d1cabfc881dcab7 100644 (file)
@@ -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;
                }
        }
 }