Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-08-14 20:39:39 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-08-17 20:26:39 +0400
commit44127c0489241528066d55196b3050d08eccf2fb (patch)
treecf9fb673ad1284dd0787f13a78aafbedd9b231da /libavfilter/af_channelmap.c
parent368f368e593f60da32ec43a40e262e943e781b3d (diff)
af_channelmap: fix permissions.
Diffstat (limited to 'libavfilter/af_channelmap.c')
-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 }},