Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-24 22:12:59 +0400
committerClément Bœsch <ubitux@gmail.com>2013-04-24 22:13:01 +0400
commit73050df2402cbe09f490145991442dd2baa83ec7 (patch)
tree5a08fbb357e600e75f81244983f6421841e373e6 /libavfilter/vf_delogo.c
parent1f6aa7de3ecc16275c0197673e36807f7ea10055 (diff)
lavfi: add timeline support in {de,remove}logo.
Both don't change anything in the context between frames.
Diffstat (limited to 'libavfilter/vf_delogo.c')
-rw-r--r--libavfilter/vf_delogo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_delogo.c b/libavfilter/vf_delogo.c
index 4808cf368b..c747b0259f 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,
};