# HG changeset patch
# User Pradeep Ramachandran <[email protected]>
# Date 1465271411 -19800
#      Tue Jun 07 09:20:11 2016 +0530
# Node ID 0af296185f7ae3e05493ecf164046ddfec085bb3
# Parent  dcd65c5ff83899bad29a945ef4fdfb57e664da0a
cmake: Remove checked build warning from sao.cpp

diff -r dcd65c5ff838 -r 0af296185f7a source/encoder/sao.cpp
--- a/source/encoder/sao.cpp    Sat Jun 04 13:54:45 2016 +0100
+++ b/source/encoder/sao.cpp    Tue Jun 07 09:20:11 2016 +0530
@@ -1377,7 +1377,7 @@
 {
 #if X265_DEPTH < 10
         X265_CHECK(bits <= (INT64_MAX - 128) / lambda,
-                   "calcRdCost wrap detected dist: %u, bits %u, lambda: " 
X265_LL "\n",
+                   "calcRdCost wrap detected dist: " X265_LL ", bits %u, 
lambda: " X265_LL "\n",
                    distortion, bits, lambda);
 #else
         X265_CHECK(bits <= (INT64_MAX - 128) / lambda,
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to