diff mm7_4.cpp @ 25:2bbf33898c6b

c/p error in prev commit
author Nomad
date Mon, 15 Oct 2012 18:45:11 +0200
parents 74940016abc8
children 93bf1d5f6a6d
line wrap: on
line diff
--- a/mm7_4.cpp	Mon Oct 15 18:28:43 2012 +0200
+++ b/mm7_4.cpp	Mon Oct 15 18:45:11 2012 +0200
@@ -7569,7 +7569,7 @@
           memcpy(pDst + y * Dst.lPitch / 2,
                  pSrc + y * 640, 8 * sizeof(__int16));
           memcpy(pDst + 8 + 460/*462*/ + y * Dst.lPitch / 2,
-                 pSrc + 8 + 460/*462*/ + y * Dst.lPitch / 2, 174/*172*/ * sizeof(__int16));
+                 pSrc + 8 + 460/*462*/ + y * 640, 174/*172*/ * sizeof(__int16));
         }
 
         for (uint y = 351/*352*/; y < 480; ++y)