Commit 35d9441f authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_swaprect: add timeline support

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 05924e14
......@@ -252,4 +252,5 @@ AVFilter ff_vf_swaprect = {
.uninit = uninit,
.inputs = inputs,
.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