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

This commit is contained in:
Clément Bœsch 2013-04-10 23:29:19 +02:00
parent 791da4706c
commit 4ecee69b20
3 changed files with 2 additions and 8 deletions

View file

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