diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-05-20 00:20:08 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-05-20 01:40:07 +0200 |
commit | b7be8ea92a4b23de5d622097ba451c4b266e6563 (patch) | |
tree | f45c0a162ed18855703668d85b0c9be7dcb361f6 | |
parent | 16a75eaa204a815a7f7810641819d42ee9296cac (diff) | |
download | ffmpeg-b7be8ea92a4b23de5d622097ba451c4b266e6563.tar.gz |
lavfi/geq: mark timeline support
-rw-r--r-- | libavfilter/vf_geq.c | 1 |
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, }; |