[FFmpeg-cvslog] avfilter/vf_eq: cosmetics

Limin Wang git at videolan.org
Tue Jan 14 20:25:14 EET 2020


ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Mon Jan 13 21:49:43 2020 +0800| [72a08af8ba3defe60adc894dea16c4ee9f088f88] | committer: Michael Niedermayer

avfilter/vf_eq: cosmetics

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72a08af8ba3defe60adc894dea16c4ee9f088f88
---

 libavfilter/vf_eq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_eq.c b/libavfilter/vf_eq.c
index f4cf4995ed..de93901508 100644
--- a/libavfilter/vf_eq.c
+++ b/libavfilter/vf_eq.c
@@ -390,5 +390,5 @@ AVFilter ff_vf_eq = {
     .query_formats   = query_formats,
     .init            = initialize,
     .uninit          = uninit,
-    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
+    .flags           = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
 };



More information about the ffmpeg-cvslog mailing list