[x265] [PATCH 9 of 9] more coding convention

nvijay.anand at trispacetech.com nvijay.anand at trispacetech.com
Mon Aug 22 12:39:59 CEST 2016


# HG changeset patch
# User N Vijay Anand <nvijay.anand at trispacetech.com>
# Date 1471862048 -19800
#      Mon Aug 22 16:04:08 2016 +0530
# Node ID 7e26053566bc6e6c9f6d937bc6caac35b523b6b7
# Parent  3296b122391503f90aae6e3dab162e5a06b544bd
more coding convention

diff -r 3296b1223915 -r 7e26053566bc source/encoder/motion.cpp
--- a/source/encoder/motion.cpp	Mon Aug 22 15:43:15 2016 +0530
+++ b/source/encoder/motion.cpp	Mon Aug 22 16:04:08 2016 +0530
@@ -943,7 +943,7 @@
     do \
     {  \
         COPY2_IF_LT(bcost, costs[k], dir, x * 16 + (y & 15)); \
-        PushToBMVStack(bmvStack, omv+MV(x*i,y*i), costs[k]); \
+        PushToBMVStack(bmvStack, omv + MV(x*i, y*i), costs[k]); \
     } while (0)
 
                 SADS(0, +0, -4, +0, +4, -2, -3, +2, -3);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265-9.patch
Type: text/x-patch
Size: 765 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20160822/caca69da/attachment.bin>


More information about the x265-devel mailing list