[x265] [PATCH 4 of 8] testbench: fix wrong function name display

Min Chen chenm003 at 163.com
Thu Oct 1 02:48:44 CEST 2015


# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1443652342 18000
# Node ID ca0c1df5e0f2452301473fd89fda6871985cc955
# Parent  3a346ffd4f2c21d3385e3e722c513ae42c454a57
testbench: fix wrong function name display
---
 source/test/pixelharness.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff -r 3a346ffd4f2c -r ca0c1df5e0f2 source/test/pixelharness.cpp
--- a/source/test/pixelharness.cpp	Wed Sep 30 17:32:19 2015 -0500
+++ b/source/test/pixelharness.cpp	Wed Sep 30 17:32:22 2015 -0500
@@ -2259,7 +2259,7 @@
     {
         if (!check_ssim_4x4x2_core(ref.ssim_4x4x2_core, opt.ssim_4x4x2_core))
         {
-            printf("ssim_end_4 failed!\n");
+            printf("ssim_4x4x2_core failed!\n");
             return false;
         }
     }



More information about the x265-devel mailing list