Skip to content

Commit

Permalink
avfilter/vf_thumbnail: add timeline support
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpl committed Feb 10, 2020
1 parent fc6a588 commit 32bc0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavfilter/vf_thumbnail.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,5 @@ AVFilter ff_vf_thumbnail = {
.inputs = thumbnail_inputs,
.outputs = thumbnail_outputs,
.priv_class = &thumbnail_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};

0 comments on commit 32bc0e0

Please sign in to comment.