Commit 9b6f8fb2 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_deblock: add timeline support

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 10ca419d
...@@ -410,4 +410,5 @@ AVFilter ff_vf_deblock = { ...@@ -410,4 +410,5 @@ AVFilter ff_vf_deblock = {
.query_formats = query_formats, .query_formats = query_formats,
.inputs = inputs, .inputs = inputs,
.outputs = outputs, .outputs = 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