mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
vf_fade: fix permissions.
This commit is contained in:
parent
d5765d4725
commit
3c0cc3ae67
@ -290,8 +290,7 @@ AVFilter avfilter_vf_fade = {
|
||||
.start_frame = ff_null_start_frame,
|
||||
.draw_slice = draw_slice,
|
||||
.end_frame = end_frame,
|
||||
.min_perms = AV_PERM_READ | AV_PERM_WRITE,
|
||||
.rej_perms = AV_PERM_PRESERVE, },
|
||||
.min_perms = AV_PERM_READ | AV_PERM_WRITE },
|
||||
{ .name = NULL}},
|
||||
.outputs = (const AVFilterPad[]) {{ .name = "default",
|
||||
.type = AVMEDIA_TYPE_VIDEO, },
|
||||
|
Loading…
Reference in New Issue
Block a user