From 245e5b844177e9ad9a9c07eff5efab7c3fccdebc Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 23:11:12 +0100 Subject: msg: remove global state --- video/filter/vf_pullup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/filter/vf_pullup.c b/video/filter/vf_pullup.c index b3bac3e301..b59cde67a1 100644 --- a/video/filter/vf_pullup.c +++ b/video/filter/vf_pullup.c @@ -58,7 +58,6 @@ static void reset(struct vf_instance *vf) struct pullup_context *c; vf->priv->ctx = c = pullup_alloc_context(); vf->priv->fakecount = 1; - c->verbose = verbose>0; c->junk_left = vf->priv->junk_left; c->junk_right = vf->priv->junk_right; c->junk_top = vf->priv->junk_top; -- cgit v1.2.3