You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
avfilter/vf_thumbnail: add timeline support
This commit is contained in:
@ -234,4 +234,5 @@ AVFilter ff_vf_thumbnail = {
|
|||||||
.inputs = thumbnail_inputs,
|
.inputs = thumbnail_inputs,
|
||||||
.outputs = thumbnail_outputs,
|
.outputs = thumbnail_outputs,
|
||||||
.priv_class = &thumbnail_class,
|
.priv_class = &thumbnail_class,
|
||||||
|
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user