X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=deinterlace_effect_test.cpp;h=24e11a2bbbc6c7b79383eae914737672d2377a99;hp=31bd363024bb22ef3db70b51a1a29608b3b29abc;hb=f85e35e129f2395cb03867feb804e5a4badc594e;hpb=0a1ab3ca0727595965a26cbbd20965d775088320 diff --git a/deinterlace_effect_test.cpp b/deinterlace_effect_test.cpp index 31bd363..24e11a2 100644 --- a/deinterlace_effect_test.cpp +++ b/deinterlace_effect_test.cpp @@ -74,7 +74,7 @@ TEST(DeinterlaceTest, VerticalInterpolation) { // Set previous and next fields to something so big that all the temporal checks // are effectively turned off. fill(neg_blowout_data, neg_blowout_data + width * height, -100.0f); - fill(neg_blowout_data, pos_blowout_data + width * height, 100.0f); + fill(pos_blowout_data, pos_blowout_data + width * height, 100.0f); EffectChainTester tester(NULL, width, height * 2); Effect *input1 = tester.add_input(neg_blowout_data, FORMAT_GRAYSCALE, COLORSPACE_sRGB, GAMMA_LINEAR, width, height);