[x265] [PATCH] zone: Fix MinGW32 error

pooja at multicorewareinc.com pooja at multicorewareinc.com
Thu Dec 27 09:54:44 CET 2018


# HG changeset patch
# User Pooja Venkatesan <pooja at multicorewareinc.com>
# Date 1545899417 -19800
#      Thu Dec 27 14:00:17 2018 +0530
# Node ID a26a9575b5731bdd12ae4b6bcc943282ea98ecdc
# Parent  b14834a9d1c1864ea7e94d9cfed4e33f37e767c6
zone: Fix MinGW32 error

diff -r b14834a9d1c1 -r a26a9575b573 source/x265.cpp
--- a/source/x265.cpp	Mon Dec 17 12:15:47 2018 +0530
+++ b/source/x265.cpp	Thu Dec 27 14:00:17 2018 +0530
@@ -690,7 +690,7 @@
                 args[argCount++] = token;
                 token = strtok(NULL, " ");
             }
-            args[argCount] = '\0';
+            args[argCount] = NULL;
             CLIOptions cliopt;
             if (cliopt.parseZoneParam(argCount, args,param, i))
             {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265_stable.patch
Type: text/x-patch
Size: 729 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20181227/e3220104/attachment.bin>


More information about the x265-devel mailing list