summarylogtreecommitdiffstats
path: root/param.cpp.patch
blob: cd1ed63f558a99892cfadab4d2de4d8467273dc5 (plain)
1
2
3
4
5
6
7
8
9
10
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);