From 784ce1584385bbbf896aed8a57baa55d23fc5f2c Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 29 Apr 2021 15:29:36 +0200 Subject: [PATCH] ff_codec_conversions_test: fixed a message --- test/ff_codec_conversions_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ff_codec_conversions_test.cpp b/test/ff_codec_conversions_test.cpp index 8cf4731cc..54b525702 100644 --- a/test/ff_codec_conversions_test.cpp +++ b/test/ff_codec_conversions_test.cpp @@ -271,7 +271,7 @@ ff_codec_conversions_test::test_yuv444p16le_from_to_rg48() } /// @todo look at the conversions to yield better precision - CPPUNIT_ASSERT_MESSAGE("Maximal allowed difference 1, found "s + to_string(max_diff), max_diff <= 8); + CPPUNIT_ASSERT_MESSAGE("Maximal allowed difference 8, found "s + to_string(max_diff), max_diff <= 8); } #endif // defined HAVE_CPPUNIT && HAVE_LAVC