lavfi/afade: switch to AVOption-base system

This commit is contained in:
Matthieu Bouron
2013-04-11 01:22:53 +02:00
parent 6afed2aec1
commit 2b17e58163
3 changed files with 1 additions and 6 deletions

View File

@@ -656,6 +656,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
AVDictionaryEntry *e;
int ret=0;
int anton_options =
!strcmp(filter->filter->name, "afade" ) ||
!strcmp(filter->filter->name, "aformat") ||
!strcmp(filter->filter->name, "ass") ||
!strcmp(filter->filter->name, "blackframe") ||