Browse Source

vf_drawtext: fix permissions.

tags/n1.0
Nicolas George 13 years ago
parent
commit
d5765d4725
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavfilter/vf_drawtext.c

+ 1
- 2
libavfilter/vf_drawtext.c View File

@@ -826,8 +826,7 @@ AVFilter avfilter_vf_drawtext = {
.end_frame = end_frame,
.config_props = config_input,
.min_perms = AV_PERM_WRITE |
AV_PERM_READ,
.rej_perms = AV_PERM_PRESERVE },
AV_PERM_READ },
{ .name = NULL}},
.outputs = (const AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO, },


Loading…
Cancel
Save