Commit 4705a80f authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_fftfilt: add generic timeline support

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 2170ca41
...@@ -360,4 +360,5 @@ AVFilter ff_vf_fftfilt = { ...@@ -360,4 +360,5 @@ AVFilter ff_vf_fftfilt = {
.query_formats = query_formats, .query_formats = query_formats,
.init = initialize, .init = initialize,
.uninit = uninit, .uninit = uninit,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment