You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_convolution: add timeline support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -332,4 +332,5 @@ AVFilter ff_vf_convolution = {
|
||||
.query_formats = query_formats,
|
||||
.inputs = convolution_inputs,
|
||||
.outputs = convolution_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Reference in New Issue
Block a user