Commit d5765d47 authored by Nicolas George's avatar Nicolas George

vf_drawtext: fix permissions.

parent 0238806f
...@@ -826,8 +826,7 @@ AVFilter avfilter_vf_drawtext = { ...@@ -826,8 +826,7 @@ AVFilter avfilter_vf_drawtext = {
.end_frame = end_frame, .end_frame = end_frame,
.config_props = config_input, .config_props = config_input,
.min_perms = AV_PERM_WRITE | .min_perms = AV_PERM_WRITE |
AV_PERM_READ, AV_PERM_READ },
.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, },
......
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