Browse Source

Do not print debug output for the (MPlayer) pullup filter.

tags/n1.1
Carl Eugen Hoyos 12 years ago
parent
commit
eb63a74789
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/libmpcodecs/vf_pullup.c

+ 0
- 1
libavfilter/libmpcodecs/vf_pullup.c View 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;


Loading…
Cancel
Save