From 1a530f9ed89766b37d3985a245ad93916b7cf427 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 25 Apr 2013 22:05:29 +0000 Subject: lavfi: support timeline for colorbalance and colorchannelmixer Signed-off-by: Paul B Mahol --- libavfilter/vf_colorchannelmixer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_colorchannelmixer.c') diff --git a/libavfilter/vf_colorchannelmixer.c b/libavfilter/vf_colorchannelmixer.c index 963d415cc5..dd87236bba 100644 --- a/libavfilter/vf_colorchannelmixer.c +++ b/libavfilter/vf_colorchannelmixer.c @@ -367,4 +367,5 @@ AVFilter avfilter_vf_colorchannelmixer = { .query_formats = query_formats, .inputs = colorchannelmixer_inputs, .outputs = colorchannelmixer_outputs, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE, }; -- cgit v1.2.3