[x265] [PATCH] testbench: correct HEADER to HEADER0
Min Chen
chenm003 at 163.com
Thu Mar 19 02:50:28 CET 2015
# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1426729821 25200
# Node ID ae67e5bfe4374463a7c80856abd415b77ff5ac1a
# Parent b745e19f4789ffa9d4bebee03a5da6076bacfa4b
testbench: correct HEADER to HEADER0
---
source/test/pixelharness.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff -r b745e19f4789 -r ae67e5bfe437 source/test/pixelharness.cpp
--- a/source/test/pixelharness.cpp Wed Mar 18 11:01:42 2015 +0530
+++ b/source/test/pixelharness.cpp Wed Mar 18 18:50:21 2015 -0700
@@ -2080,7 +2080,7 @@
if (opt.findPosLast)
{
- HEADER("findPosLast");
+ HEADER0("findPosLast");
coeff_t coefBuf[32 * 32];
memset(coefBuf, 0, sizeof(coefBuf));
memset(coefBuf + 32 * 31, 1, 32 * sizeof(coeff_t));
More information about the x265-devel
mailing list