From 570b215c110b027badc41d1206b0ff6d4806a98f Mon Sep 17 00:00:00 2001
From: Ilya87 <[email protected]>
Date: Wed, 1 Jun 2016 07:49:51 +0300
Subject: [PATCH] Timeline function for the eq filter
---
libavfilter/vf_eq.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/vf_eq.c b/libavfilter/vf_eq.c
index 0b929f3..5ecdb31 100644
--- a/libavfilter/vf_eq.c
+++ b/libavfilter/vf_eq.c
@@ -385,4 +385,5 @@ AVFilter ff_vf_eq = {
.query_formats = query_formats,
.init = initialize,
.uninit = uninit,
+ .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
--
2.8.3
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel