summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-10-05 21:03:59 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-10-05 21:03:59 +0200
commiteb63a74789dc821a989823e31cfecacc6c610b9a (patch)
tree211c510d7eb0d283791d9ad7824ad1b0b14354ac /libavfilter
parent4c5a9fd65a19a893b732784dd1c4c2937705553b (diff)
Do not print debug output for the (MPlayer) pullup filter.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/libmpcodecs/vf_pullup.c1
1 files changed, 0 insertions, 1 deletions
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;