# HG changeset patch
# User Min Chen <[email protected]>
# 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;
}
}
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel