Commit 44127c04 authored by Nicolas George's avatar Nicolas George

af_channelmap: fix permissions.

parent 368f368e
......@@ -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 }},
......
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