avfilter/vf_thumbnail: add timeline support

pull/343/head
Paul B Mahol 5 years ago
parent fc6a5883d6
commit 32bc0e0444
  1. 1
      libavfilter/vf_thumbnail.c

@ -234,4 +234,5 @@ AVFilter ff_vf_thumbnail = {
.inputs = thumbnail_inputs,
.outputs = thumbnail_outputs,
.priv_class = &thumbnail_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};

Loading…
Cancel
Save