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

This commit is contained in:
Clément Bœsch
2013-04-10 22:33:41 +02:00
parent 1cdb9f48db
commit f8eabab04d
3 changed files with 2 additions and 8 deletions

View File

@@ -673,6 +673,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
!strcmp(filter->filter->name, "fps" ) ||
!strcmp(filter->filter->name, "frei0r" ) ||
!strcmp(filter->filter->name, "frei0r_src") ||
!strcmp(filter->filter->name, "geq" ) ||
!strcmp(filter->filter->name, "gradfun" ) ||
!strcmp(filter->filter->name, "hqdn3d" ) ||
!strcmp(filter->filter->name, "ocv" ) ||