lavfi/silencedetect: switch to an AVOptions-based system.

This commit is contained in:
Clément Bœsch 2013-04-10 22:05:12 +02:00
parent 7c11c21669
commit 1b1688bfc6
3 changed files with 3 additions and 17 deletions

View file

@ -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