# HG changeset patch
# User Min Chen <[email protected]>
# 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));

_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to