X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_422interleaved_input_test.cpp;h=ac61ec1857f3cfd142f68d7c245bb39a728e4ff2;hp=d47bb905cb43e466350204cf69d775172134bb74;hb=535fc8a0df75648968fd42c2f1ce8b150f5c2c13;hpb=ba60914d4e5eda7b28af700bf43e9699b7aa720d diff --git a/ycbcr_422interleaved_input_test.cpp b/ycbcr_422interleaved_input_test.cpp index d47bb90..ac61ec1 100644 --- a/ycbcr_422interleaved_input_test.cpp +++ b/ycbcr_422interleaved_input_test.cpp @@ -57,9 +57,9 @@ TEST(YCbCr422InterleavedInputTest, Simple422) { tester.run(out_data, GL_RGBA, COLORSPACE_sRGB, GAMMA_sRGB); - // Y'CbCr isn't 100% accurate (the input values are rounded), - // so we need some leeway. - expect_equal(expected_data, out_data, 4 * width, height, 0.025, 0.002); + // Y'CbCr isn't 100% accurate (the input values are rounded), + // so we need some leeway. + expect_equal(expected_data, out_data, 4 * width, height, 0.025, 0.002); } // Adapted from the YCbCrInput test of the same name.