]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/libmpcodecs/vf_pullup.c
Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'
[ffmpeg] / libavfilter / libmpcodecs / vf_pullup.c
index 02a2031591e5c945ac1c5160dea8053d2c3cb9a2..ba4ae02fd2e45394cc3def94b0d19f2108768f18 100644 (file)
@@ -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;