[Mplayer-cvslog] CVS: main/libmpcodecs vf.c,1.83,1.84
Richard Felker CVS
rfelker at mplayerhq.hu
Mon Jun 2 02:18:01 CEST 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv21503
Modified Files:
vf.c
Log Message:
100l to me :(
Index: vf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- vf.c 23 May 2003 14:09:19 -0000 1.83
+++ vf.c 2 Jun 2003 00:17:36 -0000 1.84
@@ -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],
More information about the MPlayer-cvslog
mailing list