[x265] [PATCH] testbench: add missing index for chromaPartStr

Steve Borho steve at borho.org
Fri Jun 5 19:57:08 CEST 2015


On 06/05, dtyx265 at gmail.com wrote:
> # HG changeset patch
> # User David T Yuen <dtyx265 at gmail.com>
> # Date 1433518611 25200
> # Node ID 2c5d6a1825389e052badbb46e3b4fdfe3b65aa48
> # Parent  43afbde189f390c74f580b0d377731b498c7f7ce
> testbench: add missing index for chromaPartStr

queued, thanks

> diff -r 43afbde189f3 -r 2c5d6a182538 source/test/pixelharness.cpp
> --- a/source/test/pixelharness.cpp	Fri Jun 05 11:03:10 2015 +0530
> +++ b/source/test/pixelharness.cpp	Fri Jun 05 08:36:51 2015 -0700
> @@ -1606,7 +1606,7 @@
>              {
>                  if (!check_pixelcmp(ref.chroma[i].cu[part].sse_pp, opt.chroma[i].cu[part].sse_pp))
>                  {
> -                    printf("chroma_sse_pp[%s][%s]: failed!\n", x265_source_csp_names[i], chromaPartStr[part]);
> +                    printf("chroma_sse_pp[%s][%s]: failed!\n", x265_source_csp_names[i], chromaPartStr[i][part]);
>                      return false;
>                  }
>              }
> _______________________________________________
> 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