ffmpeg | branch: master | Paul B Mahol <[email protected]> | Sat May 12 12:34:02 2018 +0200| [9b6f8fb25df6143eb167db6291a156a34f91b23d] | committer: Paul B Mahol
avfilter/vf_deblock: add timeline support Signed-off-by: Paul B Mahol <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b6f8fb25df6143eb167db6291a156a34f91b23d --- libavfilter/vf_deblock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_deblock.c b/libavfilter/vf_deblock.c index 229770908a..39de0d2d11 100644 --- a/libavfilter/vf_deblock.c +++ b/libavfilter/vf_deblock.c @@ -410,4 +410,5 @@ AVFilter ff_vf_deblock = { .query_formats = query_formats, .inputs = inputs, .outputs = outputs, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
