Browse Source

avfilter/af_extrastereo: add timeline support

tags/n4.2
Paul B Mahol 6 years ago
parent
commit
0ee65ea95c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/af_extrastereo.c

+ 1
- 0
libavfilter/af_extrastereo.c View File

@@ -128,4 +128,5 @@ AVFilter ff_af_extrastereo = {
.priv_class = &extrastereo_class,
.inputs = inputs,
.outputs = outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};

Loading…
Cancel
Save