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

This commit is contained in:
Clément Bœsch
2013-04-11 00:21:47 +02:00
parent 791da4706c
commit 4ecee69b20
3 changed files with 2 additions and 8 deletions
+1
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" ) ||