From a5ce5ac9fb49f156c30524c466cd8a990d3830f1 Mon Sep 17 00:00:00 2001 From: Matthieu Bouron Date: Thu, 11 Apr 2013 01:31:08 +0200 Subject: lavfi/apad: switch to AVOption-based system --- libavfilter/avfilter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/avfilter.c') diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index ff5b1fb899..0b4fcb3e57 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -658,6 +658,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque int anton_options = !strcmp(filter->filter->name, "afade" ) || !strcmp(filter->filter->name, "aformat") || + !strcmp(filter->filter->name, "apad" ) || !strcmp(filter->filter->name, "ass") || !strcmp(filter->filter->name, "blackframe") || !strcmp(filter->filter->name, "blend" ) || -- cgit v1.2.3