From fdd93eabfb2644f541f7aac9943abce26776ea73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 8 Apr 2013 20:35:02 +0200 Subject: lavfi: add timeline support. Flag added in a few simple filters. A bunch of other filters can likely use the feature as well. --- libavfilter/vf_drawbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_drawbox.c') diff --git a/libavfilter/vf_drawbox.c b/libavfilter/vf_drawbox.c index edb77cc..c2ffbf3 100644 --- a/libavfilter/vf_drawbox.c +++ b/libavfilter/vf_drawbox.c @@ -181,4 +181,5 @@ AVFilter avfilter_vf_drawbox = { .query_formats = query_formats, .inputs = avfilter_vf_drawbox_inputs, .outputs = avfilter_vf_drawbox_outputs, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE, }; -- cgit v1.1