From 0ee65ea95c0382aca05177b596d8f2751cce93de Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 1 May 2019 12:33:56 +0200 Subject: [PATCH] avfilter/af_extrastereo: add timeline support --- libavfilter/af_extrastereo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/af_extrastereo.c b/libavfilter/af_extrastereo.c index 13c6f47776..83eba47410 100644 --- a/libavfilter/af_extrastereo.c +++ b/libavfilter/af_extrastereo.c @@ -128,4 +128,5 @@ AVFilter ff_af_extrastereo = { .priv_class = &extrastereo_class, .inputs = inputs, .outputs = outputs, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, };