diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-04-30 11:02:36 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-04-30 11:02:36 +0200 |
commit | 38c170d54c008ab920d2c1b273fc69ca7a34447c (patch) | |
tree | f8f6109dc1947e62be6a9a4f7f83be446916d888 | |
parent | 9cc10418b3d8653ac9f1a1370828cfa6171299e2 (diff) | |
download | ffmpeg-38c170d54c008ab920d2c1b273fc69ca7a34447c.tar.gz |
avfilter/af_asoftclip: add timeline support
-rw-r--r-- | libavfilter/af_asoftclip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/af_asoftclip.c b/libavfilter/af_asoftclip.c index f7c7b51cd1..a42b56dff4 100644 --- a/libavfilter/af_asoftclip.c +++ b/libavfilter/af_asoftclip.c @@ -284,4 +284,5 @@ AVFilter ff_af_asoftclip = { .priv_class = &asoftclip_class, .inputs = inputs, .outputs = outputs, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, }; |