[Mplayer-cvslog] CVS: main/libmpcodecs vf.c,1.81,1.82

Alex Beregszaszi alex at mplayerhq.hu
Fri May 23 15:20:46 CEST 2003


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv20302

Modified Files:
	vf.c 
Log Message:
10l

Index: vf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- vf.c	22 May 2003 12:38:42 -0000	1.81
+++ vf.c	23 May 2003 13:20:43 -0000	1.82
@@ -271,8 +271,8 @@
 	  {
 	     mpi->planes[0]=memalign(64, mpi->bpp*mpi->width*(mpi->height+2)/8+
 	    				mpi->chroma_width*mpi->chroma_height);
-	     /* delta table, just for fun ;) */
-	     mpi->planes[3]=mpi->planes[0]+2*(mpi->chroma_width*mpi->chroma_height);
+	     /* export delta table */
+	     mpi->planes[3]=mpi->planes[0]+(mpi->width*mpi->height)+(mpi->chroma_width*mpi->chroma_height);
 	  }
 	  else
 	     mpi->planes[0]=memalign(64, mpi->bpp*mpi->width*(mpi->height+2)/8);



More information about the MPlayer-cvslog mailing list