mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.c
This commit is contained in:
parent
45c889a3ad
commit
4d46361425
@ -293,7 +293,7 @@ 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 = verbose>0;
|
||||
c->verbose = 1;
|
||||
c->junk_left = c->junk_right = 1;
|
||||
c->junk_top = c->junk_bottom = 4;
|
||||
c->strict_breaks = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user