aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_silenceremove.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-27 11:03:18 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-27 11:18:00 +0200
commit965f99f904a433c341c04ac992d5ab8f08f0aae2 (patch)
tree32ac7f74e28b4f1674b0451eee1d56cc8897359f /libavfilter/af_silenceremove.c
parent7927a96e2b8b9063592d7c609af5b7d544a9c475 (diff)
downloadffmpeg-965f99f904a433c341c04ac992d5ab8f08f0aae2.tar.gz
avfilter/af_silenceremove: add timeline support
Diffstat (limited to 'libavfilter/af_silenceremove.c')
-rw-r--r--libavfilter/af_silenceremove.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/af_silenceremove.c b/libavfilter/af_silenceremove.c
index 755ed10bd0..865df4d13a 100644
--- a/libavfilter/af_silenceremove.c
+++ b/libavfilter/af_silenceremove.c
@@ -442,4 +442,5 @@ const AVFilter ff_af_silenceremove = {
FILTER_SAMPLEFMTS(AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_DBL),
.process_command = ff_filter_process_command,
+ .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL,
};