Commit 73050df2 authored by Clément Bœsch's avatar Clément Bœsch

lavfi: add timeline support in {de,remove}logo.

Both don't change anything in the context between frames.
parent 1f6aa7de
...@@ -269,4 +269,5 @@ AVFilter avfilter_vf_delogo = { ...@@ -269,4 +269,5 @@ AVFilter avfilter_vf_delogo = {
.inputs = avfilter_vf_delogo_inputs, .inputs = avfilter_vf_delogo_inputs,
.outputs = avfilter_vf_delogo_outputs, .outputs = avfilter_vf_delogo_outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
}; };
...@@ -578,4 +578,5 @@ AVFilter avfilter_vf_removelogo = { ...@@ -578,4 +578,5 @@ AVFilter avfilter_vf_removelogo = {
.inputs = removelogo_inputs, .inputs = removelogo_inputs,
.outputs = removelogo_outputs, .outputs = removelogo_outputs,
.priv_class = &removelogo_class, .priv_class = &removelogo_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
}; };
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