lavfi/silencedetect: switch to an AVOptions-based system.
This commit is contained in:
parent
7c11c21669
commit
1b1688bfc6
3 changed files with 3 additions and 17 deletions
|
|
@ -681,6 +681,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
|
|||
!strcmp(filter->filter->name, "format") ||
|
||||
!strcmp(filter->filter->name, "noformat") ||
|
||||
!strcmp(filter->filter->name, "resample") ||
|
||||
!strcmp(filter->filter->name, "silencedetect") ||
|
||||
!strcmp(filter->filter->name, "thumbnail") ||
|
||||
// !strcmp(filter->filter->name, "scale" ) ||
|
||||
0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue