# HG changeset patch
# User induma...@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@videolan.org
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to