mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-28 18:23:08 +00: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