Commit 8a5d4a51 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_convolution: add timeline support

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent ee3eac59
...@@ -332,4 +332,5 @@ AVFilter ff_vf_convolution = { ...@@ -332,4 +332,5 @@ AVFilter ff_vf_convolution = {
.query_formats = query_formats, .query_formats = query_formats,
.inputs = convolution_inputs, .inputs = convolution_inputs,
.outputs = convolution_outputs, .outputs = convolution_outputs,
.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