avfilter/vf_frei0r: add timeline support

pull/371/head
Paul B Mahol 4 years ago
parent 5c8d4c4fac
commit 593817f51d
  1. 1
      libavfilter/vf_frei0r.c

@ -424,6 +424,7 @@ AVFilter ff_vf_frei0r = {
.inputs = avfilter_vf_frei0r_inputs,
.outputs = avfilter_vf_frei0r_outputs,
.process_command = process_command,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
static av_cold int source_init(AVFilterContext *ctx)

Loading…
Cancel
Save