af_channelmap: fix permissions.

pull/28/head
Nicolas George 13 years ago
parent 368f368e59
commit 44127c0489
  1. 1
      libavfilter/af_channelmap.c

@ -393,6 +393,7 @@ AVFilter avfilter_af_channelmap = {
.inputs = (const AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_AUDIO,
.min_perms = AV_PERM_READ | AV_PERM_WRITE,
.filter_samples = channelmap_filter_samples,
.config_props = channelmap_config_input },
{ .name = NULL }},

Loading…
Cancel
Save