Browse Source

avfilter/vf_thumbnail: add timeline support

tags/n4.3
Paul B Mahol 5 years ago
parent
commit
32bc0e0444
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_thumbnail.c

+ 1
- 0
libavfilter/vf_thumbnail.c View File

@@ -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