[FFmpeg-cvslog] avfilter/af_extrastereo: add timeline support

Paul B Mahol git at videolan.org
Wed May 1 14:00:18 EEST 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed May  1 12:33:56 2019 +0200| [0ee65ea95c0382aca05177b596d8f2751cce93de] | committer: Paul B Mahol

avfilter/af_extrastereo: add timeline support

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ee65ea95c0382aca05177b596d8f2751cce93de
---

 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,
 };



More information about the ffmpeg-cvslog mailing list