summaryrefslogtreecommitdiff
path: root/libavfilter/vf_geq.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-05-20 00:20:08 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-05-20 01:40:07 +0200
commitb7be8ea92a4b23de5d622097ba451c4b266e6563 (patch)
treef45c0a162ed18855703668d85b0c9be7dcb361f6 /libavfilter/vf_geq.c
parent16a75eaa204a815a7f7810641819d42ee9296cac (diff)
lavfi/geq: mark timeline support
Diffstat (limited to 'libavfilter/vf_geq.c')
-rw-r--r--libavfilter/vf_geq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_geq.c b/libavfilter/vf_geq.c
index 5ee75d1236..84ca664f08 100644
--- a/libavfilter/vf_geq.c
+++ b/libavfilter/vf_geq.c
@@ -268,4 +268,5 @@ AVFilter avfilter_vf_geq = {
.inputs = geq_inputs,
.outputs = geq_outputs,
.priv_class = &geq_class,
+ .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};