[x265] [PATCH] Fix warnings related to VMAF

Ashok Kumar Mishra ashok at multicorewareinc.com
Fri Apr 13 14:45:35 CEST 2018


On Fri, Apr 13, 2018 at 2:59 PM, <indumathi at multicorewareinc.com> wrote:

> # HG changeset patch
> # User indumathi at multicorewareinc.com
> # Date 1523607692 -19800
> #      Fri Apr 13 13:51:32 2018 +0530
> # Node ID 7305220d469b0c262ef9742d90419ff85832d233
> # Parent  07defe235cde1949c55464952ee1dbdc10baf5e4
> Fix warnings related to VMAF
>
> diff -r 07defe235cde -r 7305220d469b source/x265.h
> --- a/source/x265.h     Thu Apr 12 16:57:19 2018 +0530
> +++ b/source/x265.h     Fri Apr 13 13:51:32 2018 +0530
> @@ -614,7 +614,7 @@
>      char *pool;
>  }x265_vmaf_commondata;
>
> -static const x265_vmaf_commondata vcd[] = {NULL, (char
> *)"/usr/local/share/model/vmaf_v0.6.1.pkl", NULL, NULL, 0, 0, 0, 0, 0, 0,
> 0, NULL};
> +static const x265_vmaf_commondata vcd[] = { { NULL, (char
> *)"/usr/local/share/model/vmaf_v0.6.1.pkl", NULL, NULL, 0, 0, 0, 0, 0, 0,
> 0, NULL } };
>
>  /* x265 input parameters
>   *
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>

Pushed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20180413/6db9a418/attachment.html>


More information about the x265-devel mailing list