This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavfi: add timeline support in {de,remove}logo.
Both don't change anything in the context between frames.
tags/n2.0
Clément Bœsch
12 years ago
parent
1f6aa7de3e
commit
73050df240
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavfilter/vf_delogo.c
+1
-0
libavfilter/vf_removelogo.c
+ 1
- 0
libavfilter/vf_delogo.c
View File
@@ -269,4 +269,5 @@ AVFilter avfilter_vf_delogo = {
.inputs = avfilter_vf_delogo_inputs,
.outputs = avfilter_vf_delogo_outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
};
+ 1
- 0
libavfilter/vf_removelogo.c
View File
@@ -578,4 +578,5 @@ AVFilter avfilter_vf_removelogo = {
.inputs = removelogo_inputs,
.outputs = removelogo_outputs,
.priv_class = &removelogo_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
};
Write
Preview
Loading…
Cancel
Save