summarylogtreecommitdiffstats
path: root/param.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'param.cpp.patch')
-rw-r--r--param.cpp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/param.cpp.patch b/param.cpp.patch
new file mode 100644
index 000000000000..cd1ed63f558a
--- /dev/null
+++ b/param.cpp.patch
@@ -0,0 +1,11 @@
+--- src/libbpg-0.9.7/x265/source/common/param.cpp 2016-05-31 06:40:47.567106682 +0200
++++ old/libbpg-0.9.7/x265/source/common/param.cpp 2016-05-15 11:06:19.000000000 +0200
+@@ -1396,7 +1396,7 @@
+ return NULL;
+
+ #define BOOL(param, cliopt) \
+- s += sprintf(s, " %s", (param) ? cliopt : "no-" cliopt);
++ s += sprintf(s, " %s", (param) ? cliopt : "no-"cliopt);
+
+ s += sprintf(s, "%dx%d", p->sourceWidth,p->sourceHeight);
+ s += sprintf(s, " fps=%u/%u", p->fpsNum, p->fpsDenom);