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

This commit is contained in:
Clément Bœsch
2013-04-11 01:10:40 +02:00
parent 944ad46182
commit 35a27402ad
3 changed files with 3 additions and 4 deletions

View File

@@ -697,6 +697,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
!strcmp(filter->filter->name, "channelsplit") ||
!strcmp(filter->filter->name, "color" ) ||
!strcmp(filter->filter->name, "colormatrix") ||
!strcmp(filter->filter->name, "concat" ) ||
!strcmp(filter->filter->name, "crop" ) ||
!strcmp(filter->filter->name, "cropdetect") ||
!strcmp(filter->filter->name, "curves" ) ||