mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
lavfi: add timeline support in {de,remove}logo.
Both don't change anything in the context between frames.
This commit is contained in:
parent
1f6aa7de3e
commit
73050df240
@ -269,4 +269,5 @@ AVFilter avfilter_vf_delogo = {
|
||||
|
||||
.inputs = avfilter_vf_delogo_inputs,
|
||||
.outputs = avfilter_vf_delogo_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
|
||||
};
|
||||
|
@ -578,4 +578,5 @@ AVFilter avfilter_vf_removelogo = {
|
||||
.inputs = removelogo_inputs,
|
||||
.outputs = removelogo_outputs,
|
||||
.priv_class = &removelogo_class,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user