From 9b6f8fb25df6143eb167db6291a156a34f91b23d Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 12 May 2018 12:34:02 +0200 Subject: [PATCH] avfilter/vf_deblock: add timeline support Signed-off-by: Paul B Mahol --- 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, };