From b01af7a4286cc52d04e486b31bdd3a5b49af8ebd Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 22 Nov 2009 13:26:57 +0000 Subject: Fix initialization values for vf_expand priv struct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29958 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_expand.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmpcodecs/vf_expand.c b/libmpcodecs/vf_expand.c index bc3fb9c57d..d68de2f4e4 100644 --- a/libmpcodecs/vf_expand.c +++ b/libmpcodecs/vf_expand.c @@ -40,6 +40,8 @@ static struct vf_priv_s { int passthrough; int first_slice; } const vf_priv_dflt = { + -1,-1, + -1,-1, -1,-1, -1,-1, 0, -- cgit v1.2.3