[x265] [PATCH] testbench: correct HEADER to HEADER0

Steve Borho steve at borho.org
Thu Mar 19 02:28:27 CET 2015


On 03/18, Min Chen wrote:
> # HG changeset patch
> # User Min Chen <chenm003 at 163.com>
> # Date 1426729821 25200
> # Node ID ae67e5bfe4374463a7c80856abd415b77ff5ac1a
> # Parent  b745e19f4789ffa9d4bebee03a5da6076bacfa4b
> testbench: correct HEADER to HEADER0

Dave sent a patch for this earlier today

> ---
>  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
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel

-- 
Steve Borho


More information about the x265-devel mailing list