--- trunk/xvidcore/src/motion/estimation_pvop.c 2004/04/22 13:39:33 1443 +++ trunk/xvidcore/src/motion/estimation_pvop.c 2004/04/23 11:57:47 1444 @@ -21,7 +21,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: estimation_pvop.c,v 1.5 2004-04-22 13:39:33 syskin Exp $ + * $Id: estimation_pvop.c,v 1.6 2004-04-23 11:57:47 syskin Exp $ * ****************************************************************************/ @@ -909,8 +909,6 @@ sad00 += Data.chromaSAD; } - sad00 = 4*MAX(MAX(pMB->sad8[0], pMB->sad8[1]), MAX(pMB->sad8[2], pMB->sad8[3])); - /* initial skip decision */ /* no early skip for GMC (global vector = skip vector is unknown!) */ if (current->coding_type != S_VOP) { /* no fast SKIP for S(GMC)-VOPs */