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

This commit is contained in:
Clément Bœsch
2013-04-11 00:52:39 +02:00
parent e4bd1db88e
commit a689a6b698
3 changed files with 2 additions and 5 deletions

View File

@@ -689,6 +689,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
!strcmp(filter->filter->name, "mandelbrot" ) ||
!strcmp(filter->filter->name, "mptestsrc" ) ||
!strcmp(filter->filter->name, "negate" ) ||
!strcmp(filter->filter->name, "noise" ) ||
!strcmp(filter->filter->name, "overlay" ) ||
!strcmp(filter->filter->name, "pad" ) ||
!strcmp(filter->filter->name, "format") ||