[FFmpeg-cvslog] af_channelmap: fix permissions.

Nicolas George git at videolan.org
Fri Aug 17 18:44:16 CEST 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Tue Aug 14 18:39:39 2012 +0200| [44127c0489241528066d55196b3050d08eccf2fb] | committer: Nicolas George

af_channelmap: fix permissions.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44127c0489241528066d55196b3050d08eccf2fb
---

 libavfilter/af_channelmap.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c
index 0cb1c19..da81dba 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 }},



More information about the ffmpeg-cvslog mailing list