diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-10-05 21:03:59 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-10-05 21:03:59 +0200 |
commit | eb63a74789dc821a989823e31cfecacc6c610b9a (patch) | |
tree | 211c510d7eb0d283791d9ad7824ad1b0b14354ac /libavfilter | |
parent | 4c5a9fd65a19a893b732784dd1c4c2937705553b (diff) | |
download | ffmpeg-eb63a74789dc821a989823e31cfecacc6c610b9a.tar.gz |
Do not print debug output for the (MPlayer) pullup filter.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/libmpcodecs/vf_pullup.c | 1 |
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; |