Browse Source

avfilter/vf_convolution: add timeline support

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.0
Paul B Mahol 10 years ago
parent
commit
8a5d4a51ff
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_convolution.c

+ 1
- 0
libavfilter/vf_convolution.c View File

@@ -332,4 +332,5 @@ AVFilter ff_vf_convolution = {
.query_formats = query_formats,
.inputs = convolution_inputs,
.outputs = convolution_outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};

Loading…
Cancel
Save