Browse Source

vf_drawtext: fix permissions.

tags/n1.0
Nicolas George 12 years ago
parent
commit
0238806f64
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavfilter/vf_drawbox.c

+ 1
- 2
libavfilter/vf_drawbox.c View File

@@ -138,8 +138,7 @@ AVFilter avfilter_vf_drawbox = {
.start_frame = ff_null_start_frame,
.draw_slice = draw_slice,
.end_frame = ff_null_end_frame,
.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[]) {{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO, },


Loading…
Cancel
Save