Commit add8c63c authored by Paul B Mahol's avatar Paul B Mahol

lavfi/bbox: timeline support

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 7aa99a69
......@@ -116,4 +116,5 @@ AVFilter avfilter_vf_bbox = {
.query_formats = query_formats,
.inputs = bbox_inputs,
.outputs = bbox_outputs,
.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