[MPlayer-cvslog] CVS: main/libmpcodecs vf_divtc.c,1.2,1.3

Reimar Döffinger CVS syncmail at mplayerhq.hu
Thu Jul 28 17:44:42 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv9847

Modified Files:
	vf_divtc.c 
Log Message:
deghost_plane also reads from destination, so request readable buffer


Index: vf_divtc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_divtc.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vf_divtc.c	21 Oct 2004 11:55:19 -0000	1.2
+++ vf_divtc.c	28 Jul 2005 15:44:39 -0000	1.3
@@ -342,7 +342,8 @@
 	 if(p->deghost>0)
 	    {
 	    tmpi=vf_get_image(vf->next, mpi->imgfmt,
-			      MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE,
+			      MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE |
+			      MP_IMGFLAG_READABLE,
 			      mpi->width, mpi->height);
 	    vf_clone_mpi_attributes(tmpi, mpi);
 




More information about the MPlayer-cvslog mailing list