changeset 10239:a4591b698f98

100l to me :(
author rfelker
date Mon, 02 Jun 2003 00:17:36 +0000
parents ebd7501f3406
children 3d4c520e71c2
files libmpcodecs/vf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Sun Jun 01 23:02:54 2003 +0000
+++ b/libmpcodecs/vf.c	Mon Jun 02 00:17:36 2003 +0000
@@ -493,7 +493,7 @@
     }
     if (!(vf->dmpi->flags & MP_IMGFLAG_PLANAR)) {
 	memcpy_pic(vf->dmpi->planes[0]+y*vf->dmpi->stride[0]+vf->dmpi->bpp/8*x,
-	    src[0], vf->dmpi->bpp/8*w, h, vf->dmpi->stride[0], stride);
+	    src[0], vf->dmpi->bpp/8*w, h, vf->dmpi->stride[0], stride[0]);
 	return;
     }
     memcpy_pic(vf->dmpi->planes[0]+y*vf->dmpi->stride[0]+x, src[0],