[Mplayer-cvslog] CVS: main/libmpcodecs vf_denoise3d.c,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Fri Jan 31 00:54:39 CET 2003


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

Modified Files:
	vf_denoise3d.c 
Log Message:
1000l


Index: vf_denoise3d.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_denoise3d.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_denoise3d.c	30 Jan 2003 22:53:32 -0000	1.1
+++ vf_denoise3d.c	30 Jan 2003 23:54:25 -0000	1.2
@@ -146,7 +146,7 @@
                 vf->priv->Coefs[2] + 256,
                 vf->priv->Coefs[3] + 256);
 
-	vf->priv->pmpi=mpi; // save reference image
+	vf->priv->pmpi=dmpi; // save reference image
 	return vf_next_put_image(vf,dmpi);
 }
 



More information about the MPlayer-cvslog mailing list