diff --git a/libavfilter/vf_ass.c b/libavfilter/vf_ass.c index 01adf5be5a..d29c20aab1 100644 --- a/libavfilter/vf_ass.c +++ b/libavfilter/vf_ass.c @@ -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[]) {