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

Arpi of Ize arpi at mplayerhq.hu
Sun Oct 6 20:14:16 CEST 2002


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

Modified Files:
	vf_dint.c 
Log Message:
I found that default isn't optimal so it's changed a bit. :)
patch by Andriy N. Gritsenko <andrej at lucky.net>


Index: vf_dint.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_dint.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_dint.c	10 Sep 2002 23:18:31 -0000	1.1
+++ vf_dint.c	6 Oct 2002 18:14:14 -0000	1.2
@@ -178,7 +178,7 @@
     vf->put_image = put_image;
 //    vf->default_reqs=VFCAP_ACCEPT_STRIDE;
     vf->priv = malloc (sizeof(struct vf_priv_s));
-    vf->priv->sense = 0.01;
+    vf->priv->sense = 0.1;
     vf->priv->level = 0.15;
     vf->priv->pmpi = NULL;
     if (args)




More information about the MPlayer-cvslog mailing list