Commit 32bc0e04 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_thumbnail: add timeline support

parent fc6a5883
......@@ -234,4 +234,5 @@ AVFilter ff_vf_thumbnail = {
.inputs = thumbnail_inputs,
.outputs = thumbnail_outputs,
.priv_class = &thumbnail_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment