Timeline function for the eq filter

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/221/head
Ilya87 9 years ago committed by Michael Niedermayer
parent 4a8ed314fb
commit be37a66971
  1. 1
      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,
};

Loading…
Cancel
Save