[Mplayer-cvslog] CVS: main/libmpcodecs vf_expand.c,1.16,1.17

Arpi of Ize arpi at mplayerhq.hu
Thu Oct 17 01:12:03 CEST 2002


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

Modified Files:
	vf_expand.c 
Log Message:
10l bug, found by valgrind :)


Index: vf_expand.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_expand.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vf_expand.c	10 Sep 2002 22:18:32 -0000	1.16
+++ vf_expand.c	16 Oct 2002 23:12:00 -0000	1.17
@@ -280,11 +280,12 @@
     vf->get_image=get_image;
     vf->put_image=put_image;
     vf->priv=malloc(sizeof(struct vf_priv_s));
-    // TODO: parse args ->
     vf->priv->exp_x=
     vf->priv->exp_y=
     vf->priv->exp_w=
     vf->priv->exp_h=-1;
+    vf->priv->osd=0;
+    //  parse args ->
     if(args) sscanf(args, "%d:%d:%d:%d:%d", 
     &vf->priv->exp_w,
     &vf->priv->exp_h,




More information about the MPlayer-cvslog mailing list