lavfi/geq: mark timeline support

pull/18/head
Stefano Sabatini 12 years ago
parent 16a75eaa20
commit b7be8ea92a
  1. 1
      libavfilter/vf_geq.c

@ -268,4 +268,5 @@ AVFilter avfilter_vf_geq = {
.inputs = geq_inputs,
.outputs = geq_outputs,
.priv_class = &geq_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};

Loading…
Cancel
Save