[x265] [PATCH] typo

mahesh at multicorewareinc.com mahesh at multicorewareinc.com
Mon Aug 17 15:03:27 CEST 2015


# HG changeset patch
# User Mahesh Pittala <mahesh at multicorewareinc.com>
# Date 1439816524 -19800
#      Mon Aug 17 18:32:04 2015 +0530
# Node ID 5fdda5a840584815e80aefd6576c3ec66eca927f
# Parent  01ebc2543a1b722f5d7d3e30e296449355e5098b
typo

diff -r 01ebc2543a1b -r 5fdda5a84058 source/encoder/encoder.cpp
--- a/source/encoder/encoder.cpp	Mon Aug 17 16:31:54 2015 +0530
+++ b/source/encoder/encoder.cpp	Mon Aug 17 18:32:04 2015 +0530
@@ -1527,7 +1527,7 @@
 
     if (p->analysisMode && (p->bDistributeModeAnalysis || p->bDistributeMotionEstimation))
     {
-        x265_log(p, X265_LOG_WARNING, "Analysis load/save options incompatible with pmode/pme Disabling pmod/pme\n");
+        x265_log(p, X265_LOG_WARNING, "Analysis load/save options incompatible with pmode/pme, Disabling pmode/pme\n");
         p->bDistributeMotionEstimation = p->bDistributeModeAnalysis = 0;
     }
 


More information about the x265-devel mailing list