1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-11 18:07:56 +02:00

af_channelmap: fix permissions.

This commit is contained in:
Nicolas George 2012-08-14 18:39:39 +02:00
parent 368f368e59
commit 44127c0489

View File

@ -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 }},