1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-13 04:45:05 +02:00

Timeline function for the eq filter

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Ilya87 2016-06-01 07:49:51 +03:00 committed by Michael Niedermayer
parent 4a8ed314fb
commit be37a66971

View File

@ -385,4 +385,5 @@ AVFilter ff_vf_eq = {
.query_formats = query_formats, .query_formats = query_formats,
.init = initialize, .init = initialize,
.uninit = uninit, .uninit = uninit,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
}; };