Browse Source

avfilter/trim: support all channel numbers in atrim filter

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.0
Paul B Mahol 9 years ago
parent
commit
4160900899
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/trim.c

+ 1
- 0
libavfilter/trim.c View File

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


Loading…
Cancel
Save