[x265] [PATCH] x265.h: fix C compatibility
Ma0
mateuszb at poczta.onet.pl
Sat Dec 29 07:35:52 CET 2018
# HG changeset patch
# User Ma0 <mateuszb at poczta.onet.pl>
# Date 1546064481 -3600
# Sat Dec 29 07:21:21 2018 +0100
# Node ID 05f53dab52b45ec1da1220cc12b920516df93d52
# Parent bad4e598cac7cdd3df4623c68c91299c620471bd
x265.h: fix C compatibility
diff -r bad4e598cac7 -r 05f53dab52b4 source/x265.h
--- a/source/x265.h Fri Dec 28 16:17:17 2018 +0530
+++ b/source/x265.h Sat Dec 29 07:21:21 2018 +0100
@@ -670,7 +670,7 @@
int bForceQp; /* whether to use qp vs bitrate factor */
int qp;
float bitrateFactor;
- x265_param* zoneParam;
+ struct x265_param* zoneParam;
} x265_zone;
/* data to calculate aggregate VMAF score */
More information about the x265-devel
mailing list