mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Timeline function for the eq filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
4a8ed314fb
commit
be37a66971
@ -385,4 +385,5 @@ AVFilter ff_vf_eq = {
|
||||
.query_formats = query_formats,
|
||||
.init = initialize,
|
||||
.uninit = uninit,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user