summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorchannelmixer.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-25 22:05:29 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-26 09:37:28 +0000
commit1a530f9ed89766b37d3985a245ad93916b7cf427 (patch)
tree0fe05da3970217803526e3819ce1b78b704ab766 /libavfilter/vf_colorchannelmixer.c
parent721ffc691ab40420e5a4cdf4c3580f4aa33cde0f (diff)
lavfi: support timeline for colorbalance and colorchannelmixer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_colorchannelmixer.c')
-rw-r--r--libavfilter/vf_colorchannelmixer.c1
1 files changed, 1 insertions, 0 deletions
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,
};