[x265] [PATCH] Fix warnings related to VMAF

indumathi at multicorewareinc.com indumathi at multicorewareinc.com
Fri Apr 13 11:29:39 CEST 2018


# 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
  *


More information about the x265-devel mailing list