mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
vf_ass: fix permissions.
This commit is contained in:
parent
07663871e1
commit
ceb8dc1e04
@ -214,8 +214,7 @@ AVFilter avfilter_vf_ass = {
|
||||
.draw_slice = null_draw_slice,
|
||||
.end_frame = end_frame,
|
||||
.config_props = config_input,
|
||||
.min_perms = AV_PERM_WRITE | AV_PERM_READ,
|
||||
.rej_perms = AV_PERM_PRESERVE },
|
||||
.min_perms = AV_PERM_WRITE | AV_PERM_READ },
|
||||
{ .name = NULL}
|
||||
},
|
||||
.outputs = (const AVFilterPad[]) {
|
||||
|
Loading…
Reference in New Issue
Block a user