[x265] [PATCH] [slice] verify untest path and enable it

chen chenm003 at 163.com
Mon Sep 12 20:20:18 CEST 2016


From dc6d861fd8f91c90e6bbdee366cfb7df5fdf183f Mon Sep 17 00:00:00 2001
From: Min Chen <min.chen at multicorewareinc.com>
Date: Mon, 12 Sep 2016 13:18:32 -0500
Subject: [PATCH] [slice] verify untest path and enable it


---
 source/encoder/frameencoder.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/source/encoder/frameencoder.cpp b/source/encoder/frameencoder.cpp
index 256eed8..65370ba 100644
--- a/source/encoder/frameencoder.cpp
+++ b/source/encoder/frameencoder.cpp
@@ -666,7 +666,7 @@ void FrameEncoder::compressFrame()
                             refpic->m_reconRowFlag[rowIdx].waitForChange(0);
 
                         if ((bUseWeightP || bUseWeightB) && m_mref[l][ref].isWeighted)
-                            m_mref[list][ref].applyWeight(i + m_refLagRows, m_numRows, m_numRows, 0xbaadbaad);
+                            m_mref[list][ref].applyWeight(i + m_refLagRows, m_numRows, m_numRows, 0);
                     }
                 }
 
-- 
1.7.9.msysgit.0

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20160913/41e3e4d7/attachment.html>


More information about the x265-devel mailing list