ffmpeg | branch: master | Paul B Mahol <[email protected]> | Fri Jan 22 17:54:44 2016 +0100| [8a5d4a51fff7e80ea41b56dc7c15fe960ec3765c] | committer: Paul B Mahol
avfilter/vf_convolution: add timeline support Signed-off-by: Paul B Mahol <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a5d4a51fff7e80ea41b56dc7c15fe960ec3765c --- libavfilter/vf_convolution.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_convolution.c b/libavfilter/vf_convolution.c index 45b948d..dcfb684 100644 --- a/libavfilter/vf_convolution.c +++ b/libavfilter/vf_convolution.c @@ -332,4 +332,5 @@ AVFilter ff_vf_convolution = { .query_formats = query_formats, .inputs = convolution_inputs, .outputs = convolution_outputs, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
