mirror of https://git.ffmpeg.org/ffmpeg.git
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,
|
.start_frame = ff_null_start_frame,
|
||||||
.draw_slice = draw_slice,
|
.draw_slice = draw_slice,
|
||||||
.end_frame = end_frame,
|
.end_frame = end_frame,
|
||||||
.min_perms = AV_PERM_READ | AV_PERM_WRITE,
|
.min_perms = AV_PERM_READ | AV_PERM_WRITE },
|
||||||
.rej_perms = AV_PERM_PRESERVE, },
|
|
||||||
{ .name = NULL}},
|
{ .name = NULL}},
|
||||||
.outputs = (const AVFilterPad[]) {{ .name = "default",
|
.outputs = (const AVFilterPad[]) {{ .name = "default",
|
||||||
.type = AVMEDIA_TYPE_VIDEO, },
|
.type = AVMEDIA_TYPE_VIDEO, },
|
||||||
|
|
Loading…
Reference in New Issue