ffmpeg | branch: master | Paul B Mahol <one...@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,
 };

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to