[Mplayer-cvslog] CVS: main/libmpcodecs vd_vfw.c,1.13,1.14 vd_vfwex.c,1.4,1.5

Alex Beregszaszi alex at mplayerhq.hu
Sun Sep 1 20:07:45 CEST 2002


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

Modified Files:
	vd_vfw.c vd_vfwex.c 
Log Message:
10l

Index: vd_vfw.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_vfw.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vd_vfw.c	1 Sep 2002 18:00:15 -0000	1.13
+++ vd_vfw.c	1 Sep 2002 18:07:42 -0000	1.14
@@ -255,9 +255,6 @@
 	return NULL;
     }
 
-    // set buffer:
-    sh->our_out_buffer=mpi->planes[0];
-
     // set stride:  (trick discovered by Andreas Ackermann - thanx!)
     sh->bih->biWidth=mpi->width; //mpi->stride[0]/(mpi->bpp/8);
     priv->o_bih->biWidth=mpi->width; //mpi->stride[0]/(mpi->bpp/8);

Index: vd_vfwex.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_vfwex.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vd_vfwex.c	1 Sep 2002 18:00:15 -0000	1.4
+++ vd_vfwex.c	1 Sep 2002 18:07:42 -0000	1.5
@@ -255,9 +255,6 @@
 	return NULL;
     }
 
-    // set buffer:
-    sh->our_out_buffer=mpi->planes[0];
-
     // set stride:  (trick discovered by Andreas Ackermann - thanx!)
     sh->bih->biWidth=mpi->width; //mpi->stride[0]/(mpi->bpp/8);
     priv->o_bih->biWidth=mpi->width; //mpi->stride[0]/(mpi->bpp/8);




More information about the MPlayer-cvslog mailing list