[x265] [PATCH] Fix for Debug version build

praveen at multicorewareinc.com praveen at multicorewareinc.com
Fri Jul 12 08:59:07 CEST 2013


# HG changeset patch
# User praveentiwari
# Date 1373612337 -19800
# Node ID 6fc940f59c014866fbc5174ffd1b0803b43babf7
# Parent  7a1c0fc82cb027e5cf6bef81dd18d0fc24c35887
Fix for Debug version build

diff -r 7a1c0fc82cb0 -r 6fc940f59c01 source/Lib/TLibCommon/TComRdCostWeightPrediction.cpp
--- a/source/Lib/TLibCommon/TComRdCostWeightPrediction.cpp	Fri Jul 12 11:55:00 2013 +0530
+++ b/source/Lib/TLibCommon/TComRdCostWeightPrediction.cpp	Fri Jul 12 12:28:57 2013 +0530
@@ -117,7 +117,7 @@
     Int  iStrideOrg = pcDtParam->fencstride;
     Int  iStrideCur = pcDtParam->frefstride;
 
-    assert(pcDtParam->iSubShift == 0);
+    assert(pcDtParam->subShift == 0);
 
     wpScalingParam  *wpCur    = &(pcDtParam->wpCur[0]);
     Int   w0      = wpCur->w,


More information about the x265-devel mailing list