vf_delogo: fix permissions.

pull/28/head
Nicolas George 13 years ago
parent 12ff3faec0
commit f3133a48e5
  1. 3
      libavfilter/vf_delogo.c

@ -257,8 +257,7 @@ AVFilter avfilter_vf_delogo = {
.start_frame = ff_inplace_start_frame, .start_frame = ff_inplace_start_frame,
.draw_slice = null_draw_slice, .draw_slice = null_draw_slice,
.end_frame = end_frame, .end_frame = end_frame,
.min_perms = AV_PERM_WRITE | AV_PERM_READ, .min_perms = AV_PERM_WRITE | 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, },

Loading…
Cancel
Save