mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avfilter/vf_thumbnail: add timeline support
This commit is contained in:
parent
fc6a5883d6
commit
32bc0e0444
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue