Commit ceb8dc1e authored by Nicolas George's avatar Nicolas George

vf_ass: fix permissions.

parent 07663871
......@@ -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[]) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment