summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-08-14 18:39:39 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-08-17 18:26:39 +0200
commit44127c0489241528066d55196b3050d08eccf2fb (patch)
treecf9fb673ad1284dd0787f13a78aafbedd9b231da /libavfilter
parent368f368e593f60da32ec43a40e262e943e781b3d (diff)
af_channelmap: fix permissions.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/af_channelmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c
index 0cb1c1928f..da81dbae77 100644
--- a/libavfilter/af_channelmap.c
+++ b/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 }},