mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
af_channelmap: fix permissions.
This commit is contained in:
parent
368f368e59
commit
44127c0489
@ -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 }},
|
||||
|
Loading…
Reference in New Issue
Block a user