[FFmpeg-cvslog] lavfi: add timeline support in {de,remove}logo.
Clément Bœsch
git at videolan.org
Wed Apr 24 20:14:35 CEST 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed Apr 24 20:12:59 2013 +0200| [73050df2402cbe09f490145991442dd2baa83ec7] | committer: Clément Bœsch
lavfi: add timeline support in {de,remove}logo.
Both don't change anything in the context between frames.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73050df2402cbe09f490145991442dd2baa83ec7
---
libavfilter/vf_delogo.c | 1 +
libavfilter/vf_removelogo.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/libavfilter/vf_delogo.c b/libavfilter/vf_delogo.c
index 4808cf3..c747b02 100644
--- a/libavfilter/vf_delogo.c
+++ b/libavfilter/vf_delogo.c
@@ -269,4 +269,5 @@ AVFilter avfilter_vf_delogo = {
.inputs = avfilter_vf_delogo_inputs,
.outputs = avfilter_vf_delogo_outputs,
+ .flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
};
diff --git a/libavfilter/vf_removelogo.c b/libavfilter/vf_removelogo.c
index c5bbff9..dfc75d1 100644
--- a/libavfilter/vf_removelogo.c
+++ b/libavfilter/vf_removelogo.c
@@ -578,4 +578,5 @@ AVFilter avfilter_vf_removelogo = {
.inputs = removelogo_inputs,
.outputs = removelogo_outputs,
.priv_class = &removelogo_class,
+ .flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
};
More information about the ffmpeg-cvslog
mailing list