mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 13:45:37 +01:00
avfilter/vf_thumbnail: add timeline support
This commit is contained in:
@@ -234,4 +234,5 @@ AVFilter ff_vf_thumbnail = {
|
||||
.inputs = thumbnail_inputs,
|
||||
.outputs = thumbnail_outputs,
|
||||
.priv_class = &thumbnail_class,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user