Commit 41609008 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/trim: support all channel numbers in atrim filter

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent b492fbcc
......@@ -381,6 +381,7 @@ AVFilter ff_af_atrim = {
.name = "atrim",
.description = NULL_IF_CONFIG_SMALL("Pick one continuous section from the input, drop the rest."),
.init = init,
.query_formats = ff_query_formats_all,
.priv_size = sizeof(TrimContext),
.priv_class = &atrim_class,
.inputs = atrim_inputs,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment