[MPlayer-cvslog] CVS: main/libmpcodecs vf_denoise3d.c,1.6,1.7

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Jul 31 22:58:54 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	vf_denoise3d.c 
Log Message:
Needs the previous mpi (pmpi), so request a readable one and request
the following filters not to modify it.


Index: vf_denoise3d.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_denoise3d.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vf_denoise3d.c	15 Mar 2003 18:01:02 -0000	1.6
+++ vf_denoise3d.c	31 Jul 2005 20:58:52 -0000	1.7
@@ -120,7 +120,8 @@
         int W = mpi->w, H = mpi->h;
 
 	mp_image_t *dmpi=vf_get_image(vf->next,mpi->imgfmt,
-		MP_IMGTYPE_IP, MP_IMGFLAG_ACCEPT_STRIDE,
+		MP_IMGTYPE_IP, MP_IMGFLAG_ACCEPT_STRIDE |
+		MP_IMGFLAG_PRESERVE | MP_IMGFLAG_READABLE,
                 mpi->w,mpi->h);
 
 	if(!dmpi) return 0;




More information about the MPlayer-cvslog mailing list