[x265] [PATCH 04 of 16] testbench: fix wrong function name display
Min Chen
chenm003 at 163.com
Wed Oct 7 00:55:15 CEST 2015
# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1444148059 18000
# Node ID 7bb14d22f724cb1949c5716d89b04cdb4d0bde45
# Parent 2ce4e12fa135e80b92845357567107fa58237d80
testbench: fix wrong function name display
---
source/test/pixelharness.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff -r 2ce4e12fa135 -r 7bb14d22f724 source/test/pixelharness.cpp
--- a/source/test/pixelharness.cpp Tue Oct 06 11:14:17 2015 -0500
+++ b/source/test/pixelharness.cpp Tue Oct 06 11:14:19 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