summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2013-04-11 01:22:53 +0200
committerMatthieu Bouron <matthieu.bouron@gmail.com>2013-04-11 01:25:02 +0200
commit2b17e58163270466a48f1d58bdaecc8e93dffa01 (patch)
tree26098ed81f22b80e98977ee6ac9ded1df39befb6 /libavfilter/avfilter.c
parent6afed2aec129f42027d2ec3167c34f7b9d4e1fd6 (diff)
lavfi/afade: switch to AVOption-base system
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index dd4addfb6f..ff5b1fb899 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -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") ||