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
avfilter/af_asoftclip: add timeline support
tags/n4.2
Paul B Mahol
6 years ago
parent
9cc10418b3
commit
38c170d54c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavfilter/af_asoftclip.c
+ 1
- 0
libavfilter/af_asoftclip.c
View File
@@ -284,4 +284,5 @@ AVFilter ff_af_asoftclip = {
.priv_class = &asoftclip_class,
.inputs = inputs,
.outputs = outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
Write
Preview
Loading…
Cancel
Save