From af64078ef4722a047c31df9becfaf0a36816afed Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 16 Oct 2002 23:12:00 +0000 Subject: 10l bug, found by valgrind :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7769 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_expand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/vf_expand.c b/libmpcodecs/vf_expand.c index afc5e7a5d9..7562e6add0 100644 --- a/libmpcodecs/vf_expand.c +++ b/libmpcodecs/vf_expand.c @@ -280,11 +280,12 @@ static int open(vf_instance_t *vf, char* args){ 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, -- cgit v1.2.3