From eb63a74789dc821a989823e31cfecacc6c610b9a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 5 Oct 2012 21:03:59 +0200 Subject: [PATCH] Do not print debug output for the (MPlayer) pullup filter. --- libavfilter/libmpcodecs/vf_pullup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/libmpcodecs/vf_pullup.c b/libavfilter/libmpcodecs/vf_pullup.c index 02a2031591..ba4ae02fd2 100644 --- a/libavfilter/libmpcodecs/vf_pullup.c +++ b/libavfilter/libmpcodecs/vf_pullup.c @@ -293,7 +293,6 @@ static int vf_open(vf_instance_t *vf, char *args) vf->priv = p = calloc(1, sizeof(struct vf_priv_s)); p->ctx = c = pullup_alloc_context(); p->fakecount = 1; - c->verbose = 1; c->junk_left = c->junk_right = 1; c->junk_top = c->junk_bottom = 4; c->strict_breaks = 0;