mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Do not print debug output for the (MPlayer) pullup filter.
This commit is contained in:
parent
4c5a9fd65a
commit
eb63a74789
@ -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…
Reference in New Issue
Block a user