[x265] [PATCH RFC] psy-rdoq: remove warning

sumalatha at multicorewareinc.com sumalatha at multicorewareinc.com
Fri Jul 25 13:01:35 CEST 2014


# HG changeset patch
# User Sumalatha Polureddy<sumalatha at multicorewareinc.com>
# Date 1406286084 -19800
# Node ID 69358239ad8bd6b0a5e5b763fd083df7bb11e4b4
# Parent  6b32dc49600b0799d4cfb1382e44107b5ae06ac1
psy-rdoq: remove warning

diff -r 6b32dc49600b -r 69358239ad8b source/Lib/TLibCommon/TComTrQuant.h
--- a/source/Lib/TLibCommon/TComTrQuant.h	Fri Jul 25 15:28:47 2014 +0530
+++ b/source/Lib/TLibCommon/TComTrQuant.h	Fri Jul 25 16:31:24 2014 +0530
@@ -126,7 +126,7 @@
         m_psyRdoqScale = scale;
     }
 
-    bool setPsyRdoq(double scale)
+    void setPsyRdoq(double scale)
     {
         m_isRdoq = scale != 0 ? true : false;
     }


More information about the x265-devel mailing list